Message Events
Receive inbound messages and message status updates via webhook. See our guide for handling events with SDKs.
Headers
Payload
Content of an incoming or outgoing message. Discriminated by the type field.
The unique identifier of the original RCS message that this fallback SMS/MMS was sent on behalf of. Always begins with the prefix msg_.
Only present on webhook events for fallback SMS/MMS messages. Use this to link the fallback back to the RCS message that could not be delivered. The message.id field on this event refers to the actual SMS/MMS that was sent — originalMessageId refers to the RCS message it replaced.
Null when the message is not a fallback.
Details of the fallback SMS/MMS message(s) that were actually sent to the recipient instead of the original RCS message.
Only present when the message status is FALLBACK_SENT. The message.id on this event refers to the original RCS message that could not be delivered. The fallbackMessage.ids contain the identifiers of the actual SMS/MMS messages that were sent.

