Webhook Events
Opt Out
Get notified when a lead opts out of messaging
The optOut
webhook event is triggered whenever a lead opts out of receiving further messages from your Apten assistant. This can be used to update your CRM or other systems about the lead’s communication preferences.
Payload
Properties
Property | Type | Description |
---|---|---|
event | string | The webhook event type (optOut ). |
data.leadId | string | The unique identifier for the lead who opted out. |
data.phone | string | The phone number of the lead who opted out. |
data.isTwilioOptOut | boolean | Indicates whether the opt-out was processed through Twilio. |
timestamp | string | The ISO 8601 timestamp when the opt-out occurred. |