Skip to main content
WEBHOOK
reply_received
{
  "transactionId": "019687e1-1b54-70f4-a68a-60af7fa776f4",
  "eventType": "reply_received",
  "body": {
    "phoneNumber": "5551234567",
    "sentAt": "2024-01-15T10:30:00Z",
    "content": "Thanks for your message!",
    "channel": "SMS"
  }
}

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 Reply Received webhook payload.

transactionId
string
required

The unique transaction identifier for tracking the original message.

eventType
string
required

The type of webhook event.

Allowed value: "reply_received"
body
object
required