OpenPhn docs
Referencewebhooks

Sms Status Callback

POST
/webhooks/twilio/sms/status/{send_id}

Path Parameters

send_id*Send Id
Formatuuid

Request 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": {}
    }
  ]
}