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
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 subscribed
ID of the user associated with the phone number
Unix timestamp when the subscribe occurred
Campaign code associated with the subscribe
Additional data related to the subscribe event
Short link code associated with the subscribe
ID of the group associated with the phone subscribe
Examples
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