---
title: "List SMS templates"
method: GET
path: "/text/templates"
---

# List SMS templates

`GET /text/templates`

Lists every SMS template available to your organization, including the placeholder variables each one expects. Call this first to discover the `templateId` and the variable names to pass to the send endpoint.

## Response `200`

Templates available to your organization.

- object
  - `count` integer, required — Number of templates returned.
  - `templates` SmsTemplate[], required
    - `templateId` integer, required — Identifier for the template.
    - `accountId` string, required — The account the template belongs to (your organization's configured account).
    - `message` string, required — The template body, containing `{placeholder}` tokens.
    - `placeholders` string[], required — Variable names you must supply in `variables` when sending.

## Other responses

- `403` — Texting is not enabled for your organization.
- `429` — Rate limit exceeded. See the Retry-After response header.

---

[API](https://skmtc.net/collectwise/apis/collectwise-api.md) · [All operations](https://skmtc.net/collectwise/apis/collectwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectwise/collectwise-api/versions/a44939a1402b/schema)
