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
Example
2022-05-25Webhook’s event name
Timestamp when the entity was added to the system by the user
Total number of notification webhook delivery attempts
Example
4Current webhook notification attempt number
Example
1Event-specific data payload
object
Notification task identifier (request identifier)
Example
3378de83-de66-4de8-9d29-2b10d41bb641object
Phone number that unsubscribed
Example
+436766304011ID of the user associated with the phone number
Example
2Unix timestamp when the unsubscribe occurred
Example
1757849748Campaign code associated with the unsubscribe
Example
3KCKb5nMDobject
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
Example
4Human-readable reason for unsubscribe
Example
Content is incomprehensibleAdditional text provided by the user
Example
Additional text from user inputShort link code associated with the unsubscribe
Example
baaIouID of the unsubscribe request
Example
59ID of the group associated with the phone unsubscribe
Example
123Examples
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