Phone Subscribe Webhook
Triggered when a phone number subscribes 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 subscribed
Example
+99559122567ID of the user associated with the phone number
Example
21911Unix timestamp when the subscribe occurred
Example
1757926648Campaign code associated with the subscribe
Example
1dkGdCC2xnBcAdditional data related to the subscribe event
Example
[]Short link code associated with the subscribe
Example
baaIoPID of the group associated with the phone subscribe
Example
123Examples
Phone subscribe event
{ "id": "ed18a290-766d-46cf-ab4e-6fa421405fbd", "data": { "phone": "+99559122567", "user_id": 21911, "created_at": 1757926648, "campaign_code": "1dkGdCC2xnBc", "additional_data": [], "short_link_code": "baaIoP", "group_id": 123 }, "name": "phone.subscribe", "created_at": 1757926648, "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