Add tags to the selected conversations.
This function is only available on context of types
SINGLE_CONVERSATION
andMULTI_CONVERSATIONS
function tag(tagIds: ReadonlyArray<string>, cancelToken?: CancelToken): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
tagIds | Array of String | List of the tag IDs to add. |
cancelToken | CancelToken (optional) | Token to cancel the request. |
Return value
The function returns a promise that resolves once the tags are added.