---
title: "Create an SMS template"
method: POST
path: "/sms_template/"
tags: ["sms_templates"]
---

# Create an SMS template

`POST /sms_template/`

## Request body

- CreateSMSTemplate
  - `attachments` CreateSMSTemplateAttachment[]
    - `content_type` string, required
    - `filename` string, required
    - `url` string, required
  - `is_shared` boolean
  - `name` string, required
  - `text` string

## Response `201`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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