---
title: "Get an SMS template"
method: GET
path: "/text/templates/{templateId}"
---

# Get an SMS template

`GET /text/templates/{templateId}`

Fetches a single template's body and its placeholder variables.

## Path parameters

- `templateId` integer, required

## Response `200`

The template.

- SmsTemplate
  - `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

- `400` — `templateId` is not a valid integer.
- `403` — Texting is not enabled for your organization.
- `404` — No template with that id exists in your organization's account.
- `429` — Rate limit exceeded.

---

[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)
