Move a Conversation

The Front - Move a Conversation step is used to move a conversation in Front from one inbox to another. This can be used to triage messages to specific inboxes based on the message intent. Even though the entire conversation gets archived it is possible to trigger this action with either a Message ID or a Conversation ID (more info below)

Inputs

Connection

Select a connection that contains the passwords or keys needed to access a specific Front instance. Since users can not enter secret information directly into the step input, a connection must be created in advance. Generally, connections are created by Administrators or IT Staff who have access to the necessary credentials.

Message ID

The externalId output from a Message Retriever step that is connected to Front will contain the Message ID of the message. This is usually the value used for this input.

Users need to provide either a Message ID or a Conversation ID, but do NOT need to provide both of them.

Conversation ID

Other Front steps may provide a Conversation ID that can be used to fill in this input. This step acts on a Front conversation but is able to figure out the conversation from a Message ID if one is provided. If users have a Conversion ID but not a Message ID this step will still work as expected.

If users provide BOTH a Message and Conversation ID then the Conversation ID will be used.

Inbox ID

This field needs to contain the Inbox_ID, which is a number in the inbox URL in Front (example: https://api2.frontapp.com/inboxes/inbox_id/channels)

Outputs

message

The "message" returned by this step is valuable only for troubleshooting when something goes wrong. It will contain a short message from Front about the success or failure of the attempt to archive the conversation. If trips are failing at this step users may be able to learn more about the reason for the failure by looking for the message in the trip report (found in the Analytics section of the application).

Last updated