Move the selected conversations to an inbox.
This function is only available on context of types
SINGLE_CONVERSATION
andMULTI_CONVERSATIONS
function move(inboxId: string, cancelToken?: CancelToken): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
| String | ID of the inbox to move the conversations to. |
| CancelToken (optional) | Token to cancel the request. |
Return value
The function returns a promise that resolves once Front receives the request.