v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBMessages
Update external message status
Update the status of an outbound message by external ID. This endpoint is used by external systems (like SMS providers or custom channels) to notify Front when a message's delivery status has changed.
Available status changes:
- failed: Mark a message as failed. When marked as failed, the conversation is reopened so the team can take action.
Note: This endpoint is only available for outbound messages.
put/channels/{channel_id}/conversations/{conv_ext_id}/messages/{message_ext_id}/status
Path parameters
channel_idstring required
The channel ID. Alternatively, you can supply the channel address as a resource alias.
conv_ext_idstring required
The conversation's external ID.
message_ext_idstring required
The message's external ID.
Request body
Response
No content