Allô: AI Second Business Phone
  1. Webhooks
Allô: AI Second Business Phone
  • SMS
    • Send SMS
      POST
    • Send Bulk SMS
      POST
  • Webhooks
    • New Call Processed
      POST
    • New SMS Processed
      POST
  1. Webhooks

New SMS Processed

Webhook
POST
New SMS
This webhook is triggered when a new SMS is processed in Allô, either inbound or outbound.

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com'
Response Response Example
{
  "topic": "SMS_RECEIVED",
  "body": {
    "direction": "INBOUND",
    "type": "SMS",
    "content": "Hello, I wanted to check the status of my order.",
    "sent_at": "2025-09-15T16:50:00Z",
    "from_number": "+15555555555",
    "to_number": "+16666666666",
    "from_name": "John Doe",
    "to_name": "Allô Support"
  }
}
Modified at 2025-09-15 21:10:50
Previous
New Call Processed
Built with