---
title: "Create message template"
method: POST
path: "/verify_profiles/templates"
tags: ["Verify"]
---

# Create message template

`POST /verify_profiles/templates`

Create a new Verify profile message template.

## Request body

- CreateMessageTemplateRequest — The request body when creating a message template.
  - `text` string, required — The text content of the message template.

## Response `200`

Expected message template response to a valid request.

- MessageTemplateResponseDataWrapper
  - `data` VerifyProfileMessageTemplateResponse
    - `id` string, uuid
    - `text` string

## Other responses

- `400` — Bad Request

---

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