Endpoint
Overview
Send a message to the other party of an existing thread. Equivalent to Send Message, but addressed by thread ID instead of phone number. The message always goes out from the thread’s own sendingnumber — no from parameter is needed.
Each send costs 0.15 credits, debited when the request is accepted and refunded automatically if delivery fails. If your balance can’t cover it, the request returns
402 with Insufficient balance. See Pricing.Path Parameters
The thread to send in, as returned by List Threads or a previous send.
Request Body
The message body to send.
Which service to send over:
imessage (default) or sms.Response
Returns202 Accepted — the message is queued and delivered asynchronously.
true when the message was queued successfully.ID of the thread the message was queued in.
The sending number the message goes out from (the thread’s number).
Internal ID of the queued send.
Always
queued.