Webhooks
Inbounds
Incoming SMS
An inbound message is a message sent to one of your short codes or long numbers from a mobile phone. To receive inbound message callbacks, a URL needs to be added to your REST API. This URL can be specified in your Dashboard.
postWebhookincomingSMS
Payload
Example payload
{
"from": "+11203494390",
"id": "01FC66621XXXXX119Z8PMV1QPA",
"operator_id": "35000",
"to": "11203453453"
}Response
A 2xx status code indicates that the data was received successfully.