Phone Unsubscribe Webhook
Triggered when a phone number unsubscribes by form submit
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Unique entity UUID
Version of the notification webhook data structure
Webhook’s event name
Timestamp when the entity was added to the system by the user
Total number of notification webhook delivery attempts
Current webhook notification attempt number
Event-specific data payload
object
Notification task identifier (request identifier)
object
Phone number that unsubscribed
ID of the user associated with the phone number
Unix timestamp when the unsubscribe occurred
Campaign code associated with the unsubscribe
object
object
Reason ID for unsubscribe. Possible values:
- 1: I never subscribed
- 2: Too many messages
- 3: I am not interested
- 4: Content is incomprehensible
- 5: I don’t like your company
- 6: Other
Human-readable reason for unsubscribe
Additional text provided by the user
Short link code associated with the unsubscribe
ID of the unsubscribe request
ID of the group associated with the phone unsubscribe
Examples
Phone unsubscribe event
{ "id": "ef58b437-1319-4b0c-961b-17214cf1cf32", "data": { "phone": "+4911113333444", "user_id": 2, "created_at": 1757849748, "campaign_code": "3KCKb5nMD", "additional_data": { "reason": { "id": 4, "label": "Es ist unverständlich" }, "additional_text": "zusätzlicher Benutzertext mit Erklärung" }, "short_link_code": "baaIou", "unsubscribe_request_id": 59 }, "name": "phone.unsubscribe", "created_at": 1757849748, "api_version": "2022-05-25", "attempt_number": 1, "attempts_total": 4}Responses
Section titled “ Responses ”Webhook received
Invalid webhook request’s body structure
Webhook request unauthorized
Webhook access forbidden
Webhook access forbidden
Server error