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.
Documentation Index
Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating an SMS draft.
Exactly one body source must be provided: body, sms_template_id, or options.use_llm.
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.