Skip to main content
WEBHOOK
delivery_status
{
  "transactionId": "019687e1-1b54-70f4-a68a-60af7fa776f4",
  "eventType": "delivery_status",
  "body": {
    "phoneNumber": "5551234567",
    "status": "success",
    "deliveredAt": "2024-01-15T10:30:00Z"
  }
}

Authorizations

x-api-key
string
header
required

Your Tatango API key. This is required for all requests to the API. You can find your API key in the Tatango App under My Account -> API -> Create API Key.

Body

application/json

The Delivery Status webhook payload.

transactionId
string
required

The unique transaction identifier for tracking the message.

eventType
string
required

The type of webhook event.

Allowed value: "delivery_status"
body
object
required