Messaging Webhooks
Message status callback
Payload sent by SignalWire to the status_callback URL each time a message transitions to a new state. The same payload shape is used for Relay SDK message callbacks, SWML send_sms status callbacks, and SWML messaging reply.status_url callbacks.
Configure status_callback when sending a message.
Status callbacks are advisory, best-effort notifications — delivery can be delayed or fail silently, so don't gate time-critical actions on receiving one. See Status callback reliability.
postWebhookmessageStatusCallback
Payload
Example payload
{
"to": "+15551234567",
"from": "+15559876543",
"body": "Hello World!",
"number_of_segments": 1,
"timestamp": "2026-03-17T22:26:57Z",
"custom_variables": {
"id": "12345",
"case_number": "54321"
}
}Response
Webhook received