---
title: "Draft send an SMS message from an SMS template"
method: POST
path: "/sms_templates/{id}/draft_send"
tags: ["Sms messages"]
---

# Draft send an SMS message from an SMS template

`POST /sms_templates/{id}/draft_send`

## Path parameters

- `id` string, required

## Request body

- object
  - `from` string, required — The ID of the phone number to send the SMS from
  - `to` string, required — The phone number to send the SMS to
  - `variables` object — Variables to use in the email template

## Response `200`

A `DraftSMSMessage` representing what would have been sent

- DraftSMSMessage
  - `from` string, required — The phone number the SMS message would be sent from
  - `to` string, required — The phone number the SMS message would be sent to
  - `message` string, required — The message that would be sent

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
