The Communication webhooks provide notifications for all outgoing store communications, including SMS, email and whatsapp messages. They cover key events such as order updates, payment reminders, product availability alerts, marketing broadcasts, and customer engagement messages, ensuring developers can track and act on customer interactions in real time.These webhook events are allowed only for Communication applications.
Examples
Below are some examples of the webhook events:{
"event": "communication.sms.send",
"merchant": 292111819,
"created_at": "Mon Nov 10 2025 17:18:13 GMT+0300",
"data": {
"notifiable": [
"+96656000000"
],
"type": "product.digital.code",
"content": "أصبحت حالة طلبك #218103278 [تم التنفيذ]",
"entity": {
"id": 1741773897,
"type": "order"
},
"meta": {
"customer_id": 239462497,
}
}
}