latestOpenAPI 3.1.0MIT2026-08-102046250.0 KB

67cb925f1c81

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

OR
OR

Example payload

{
  "from": "+11203494390",
  "id": "01FC66621XXXXX119Z8PMV1QPA",
  "operator_id": "35000",
  "to": "11203453453"
}

Response

A 2xx status code indicates that the data was received successfully.