Create Sms
Create SMS Draft
Create an SMS draft message for a partner. The body can be provided directly, generated from a template, or generated by an LLM.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for creating an SMS draft.
Exactly one body source must be provided: body, sms_template_id, or options.use_llm.
Response
Successful Response
SMS message within a thread.
The message content
inbound, outbound The sending phone number
The receiving phone number
draft, pending, sent, delivered, failed, undelivered Whether the SMS was automatically sent by a workflow
Twilio error message if delivery failed
String representing the object's type. Objects of the same type share the same value.
