Templates
SMS templates — the content your sends are built from.
Where: SMS → Templates · /projects/<project>/sms/templates
A template is the reusable content of an SMS message: short plain text with Razor tokens — Hi @Model.FirstName, your code is @Model.Code — filled in at send time, so one template serves every recipient. Templates are used for OTPs, alerts, and bulk sends. See Tokens binding for the placeholder syntax.

What you can do here
The list shows Template Name, Type (Marketing or Transactional), and Is Active, and can be filtered by Template ID (e.g. tmpl_5Rf3EKWEKMsihdBkPAcK0). Create Template opens the editor; clicking a name opens the same editor for that template, where you can also test, clone, archive, and delete it.
Every send — campaign or trigger-driven — points at a template by id, so updating the template updates every future send that uses it. Keep messages short: one SMS part is 160 characters, and longer texts are split into several parts. Templates are stored in the project's own database — while it is provisioning, the page shows a warning instead of the list.

Use it from code
API reference
Endpoints: Get templates, Create template, Update template.
Last updated