Front.moveToInbox(inbox_name);
You can move a conversation to an inbox. You can request a conversation to be moved to a team inbox not accessible by the user, but they will get a confirmation dialog (as they will lose access to the conversation).
inbox_name: string
The name of the inbox to which this conversation should be moved.
Front.moveToInbox('contact');