Referencewebhooks
Sms Status Callback
Path Parameters
send_id*Send Id
Format
uuidRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/webhooks/twilio/sms/status/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'MessageStatus=string'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}