template_send - SMS

Send a templated SMS to one or more recipients. Provide the message text once in message_template using [placeholder] tokens, then supply each recipient's values in template_variables.

  • Set a default sender at the top level; override it per recipient if needed.
  • Up to 250 recipients per request.
  • Returns a batch task_id plus per-message identifiers; partial failures are reported inline.

Authentication: stream token in the Authorization header (see Authentication in the API Overview).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Default sender applied to all recipients.

string
required

Template text with [placeholder] tokens, e.g. Hi [first_name], your code is [code].

recipients
array of objects
required

Recipients to send to (up to 250).

recipients*
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json