SMS Response

This webhook is fired whenever an SMS response is received from a Twilio outreach campaign.

Payload

Information about the SMS Response event, including the message details, sender information, and campaign context. Subscribing endpoints will receive a JSON object with the following fields.

Top-level webhook payload, containing the event type and the event-specific payload.

string
enum
required

The type of event that occurred.

Allowed:
payload
object
required

Payload type for the "SMS Response" webhook.

Responses
201

Webhook notification received successfully, and acted upon synchronously.

202

Webhook notification received successfully, but will be acted upon asynchronously.

400

Invalid payload received.

LoadingLoading…