Incoming Phone Numbers
Incoming call status callback
Payload sent by SignalWire to your Inbound Call Status Callback URL for inbound calls to a phone number.
Configure StatusCallback at the phone number level via the dashboard (Phone Numbers → select a number → Phone Number Settings) or programmatically via the create or update Incoming Phone Number API endpoints.
By default, the webhook fires only when the call is completed or failed, making it well-suited for tracking inbound call success rate, call quality, and total call volume in a call center context.
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.
postWebhookincomingCallStatusCallback
Payload
Example payload
{
"CallSid": "b3877c40-da60-4998-90ad-b792e98472ca",
"AccountSid": "b3877c40-da60-4998-90ad-b792e98472af",
"From": "+15551234567",
"To": "+18005559876",
"Timestamp": "Thu, 04 Apr 2024 18:32:15 +0000",
"CallStatus": "completed",
"CallDuration": "142",
"AudioInMos": "4.5"
}Response
Webhook received