Inbound webhook called by TextGrid when an SMS or MMS is delivered to a Tether-provisioned number. Payload shape matches Twilio (AccountSid, MessageSid, Body, From, To, NumMedia, MediaUrl*). Responds with empty TwiML.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
TextGrid inbound SMS/MMS payload. Shape matches Twilio — additional MediaUrlN / MediaContentTypeN fields appear when NumMedia > 0.
TextGrid account identifier that owns the receiving number.
TextGrid-assigned message identifier.
Sender phone number in E.164.
Tether-provisioned TextGrid number that received the message.
SMS/MMS text content.
Count of attached media items as a string; 0 for plain SMS.
URL of the first media attachment; additional MediaUrlN fields appear when NumMedia > 1.
MIME type of the first media attachment, e.g. image/jpeg.
Empty TwiML response acknowledging receipt. TextGrid persists the message + drives automation server-side; no TwiML is returned to the caller.
The response is of type string.