My API Keys

Transactional SMS delivery

The transactional SMS delivery webook is triggered whenever the delivery status of a transactional SMS sent through theMarketer changes.

Here you can find a sample payload, using default system attributes.

{
  "phone" : "{{phone_number}}",
  "message_id" : "{{message_id}}",
  "delivery_status" : "{{delivery_status}}",
}