Webhooks
Receive real-time notifications when events occur in your account.
Events
ORDER_CREATED— New order placedORDER_COMPLETED— Order finished successfullyORDER_CANCELLED— Order was cancelledSMS_RECEIVED— New SMS message receivedPAYMENT_RECEIVED— Wallet deposit confirmedBALANCE_LOW— Wallet balance below threshold
Payload
JSON
{
"event": "SMS_RECEIVED",
"data": {
"orderId": "clxxx...",
"code": "123456",
"message": "Your verification code is 123456"
},
"timestamp": 1720185600000
}Headers
HTTP
X-AltiviaCloud-Event: SMS_RECEIVED
X-AltiviaCloud-Signature: whsec_your_webhook_secret
Content-Type: application/jsonConfigure webhooks in your Dashboard → Webhooks.