---
title: "NotificationTemplateCreate"
method: POST
path: "/channel/{id}/notification-templates"
tags: ["Notification_templates"]
---

# NotificationTemplateCreate

`POST /channel/{id}/notification-templates`

Create notification template

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string — <p>The notification title.</p>
  - `name` string — <p>The notification name.</p>
  - `text` string — <p>The notification text.</p>
  - `url` string — <p>The notification URL.</p>
  - `iconUrl` string — <p>The notification's icon.</p>
  - `mediaUrl` string — <p>The notification's large media/image.</p>
  - `actions` string[] — <p>Array of action objects: { title, url, [icon] }.</p>

## Response `200`

Success-Response:

- object
  - `success` boolean, required
  - `id` string

---

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