SMS and MMS
Inbound message
Sends a notification when a message is received by an SMS-enabled phone number.
postWebhookInboundMessage
Payload
Example payload
{
"message_id": "871b4eeb-f798-4105-be23-32df9e991456",
"from": "Wavix",
"to": "447537151866",
"message_body": {
"text": "Hi there, this is a sample message",
"media": [
"https://you-site.com/media"
]
},
"received_at": "2022-04-14T13:51:16.096Z"
}Response
Return a 200 status to indicate that the data was received.