Events
List of supported httpSMS webhook events with the request payload.
message.phone.received
message.phone.received {
"data": {
"contact": "+18005550100",
"content": "This is a test incoming message",
"message_id": "0b0123bb-ef2e-468f-908a-c026d51636aa",
"owner": "+18005550199",
"sim": "SIM1",
"timestamp": "2023-06-29T03:21:19.814Z",
"user_id": "XtABz6zdeFMoBLoltz6SREDvRSh2"
},
"datacontenttype": "application/json",
"id": "f4aed1d3-ab4f-42b9-b9dd-9fc7182f7197",
"source": "/v1/messages/receive",
"specversion": "1.0",
"time": "2023-06-29T03:21:19.524331882Z",
"type": "message.phone.received"
}message.phone.sent
message.phone.sentmessage.phone.delivered
message.phone.deliveredmessage.send.failed
message.send.failedmessage.send.expired
message.send.expiredphone.heartbeat.offline
phone.heartbeat.offlinephone.heartbeat.online
phone.heartbeat.onlinemessage.call.missed
message.call.missedLast updated