Messages
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.
postWebhookmessageStatusCallback
Payload
Example payload
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"project_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"status": "delivered",
"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