Handle inbound SMS webhook (Sinch)
Inbound webhook called by Sinch when an SMS is delivered to a Tether-provisioned number. Responds 200 immediately to prevent Sinch retries and processes the message asynchronously (contact upsert, conversation routing, automation triggering, AI reply pipeline).
Body
Sinch-assigned inbound message id; echoed back in the ack for log correlation.
Sender phone number (Sinch may omit the +; the handler normalizes to E.164).
Tether-provisioned recipient number that received the SMS.
SMS text content as delivered by the carrier.
Sinch carrier/operator identifier for the originating network.
ISO-8601 timestamp at which Sinch ingested the message.
Sinch event type, e.g. mo_text for an inbound text message.