HydraCore
API by router

Sms webhook

Sms Webhook Inbound

Receive inbound SMS from Twilio. Returns TwiML response.

Unlike WhatsApp (shared webhook URL), SMS uses per-instance webhook URLs because Twilio associates webhook URLs per phone number, and we map phone numbers 1:1 to instances via channel_endpoints.

POST
/hooks/sms/{instance_id}

Path Parameters

instance_idInstance Id
Formatuuid

Response Body

curl -X POST "https://loading/hooks/sms/497f6eca-6276-4993-bfeb-53cbbbba6f08"
"string"
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}