1. Home
  2. API & Integration
  3. Messaging APIs
  4. Receiving SMS via Webhook (ReST)

Receiving SMS via Webhook (ReST)

You have the option of using webhooks to notify you of new inbound messages to your SMS-capable long code and toll-free phone numbers.

Incoming Message Payload

{
"from": "+1[your messaging-enabled number]",
"to": "+1[intended recipient]",
"body": "Hello World"
}

Its is that simple.

Updated on March 18, 2022

Was this article helpful?

Related Articles