Processing Modes
Breaking change:
As of April 16th, 2025, a breaking change was introduced to the Conversation API. The default processing mode changed from CONVERSATION
to DISPATCH
.
This change impacts all new Conversation API apps created after this date. Apps created prior to this date are unaffected by this change.
Please review your configurations and update any dependencies accordingly.
By default, Conversation API uses the DISPATCH
processing mode, which handles messages without maintaining contacts and conversations. You may also use the CONVERSATION
processing mode. Each mode is described below.
Processing Mode | Behavior |
---|---|
CONVERSATION |
|
DISPATCH |
|
Setting the Processing Mode
You can set the processing mode in two ways:
- On the App : the selected processing mode will be applied to every new MT and MO.
-
On individual MTs
: only the MT will be sent in the selected processing mode. The processing mode won't carry over to the MO. For example, if the user responds a dispatch MT but the App is in
CONVERSATION
mode, a new Contact and Conversation may be created if they don't already exist. You should carefully evaluate this option as it's meant to be used by campaign dispatching services that initiate conversations.
Limitations of Dispatch Mode
Since contacts and conversations are not created in dispatch mode, bear in mind it will limit the usage of APIs involving them. These operations will return status 400 in case a contact_id
or conversation_id
are provided for an app in dispatch mode: