Webhook Events

SMS registration status updated event

Fired on every status change of an SMS registration: changes_requested (we need answers, see sms.registration.action_required), requested (a new submission or resubmit, or your answers are back in our review), pending (with the carriers, including after we fixed and resent a rejection), approved (live: attach numbers and send), rejected (the carriers declined it; reason is their words and we handle the fix) and deactivated.

postWebhooksms.registration.status_updated

Payload

idstring
event'sms.registration.status_updated'
timestampstring date-time

UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

status'changes_requested' | 'requested' | 'pending' | 'approved' | 'rejected' | 'deactivated'
reasonstring

The carriers' decline reason, on rejected.

Response

Webhook received successfully

Changes