---
title: "Create Incident Template"
method: POST
path: "/incident-templates"
tags: ["Incident Templates"]
---

# Create Incident Template

`POST /incident-templates`

## Request body

- CreateIncidentTemplateRequestData
  - `name` string, required
  - `template` string, required
  - `engine` 'blade' | 'twig'

## Response `200`

`IncidentTemplate`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `422` — Validation error

## Changes

> 30 revisions in range; 7 could not be searched.

- **2026-07-10** `4e4308be5bcf` — 8 breaking, 1 info
  - the request property `engine` became not nullable
  - removed the enum value `blade` of the request property `engine`
  - removed the enum value `twig` of the request property `engine`
  - the `engine` request property type/format changed from `string, null`/`` to ``/``
  - …5 more
- **2026-06-26** `b7fcc33d06e5` — 3 breaking, 3 info
  - removed `#/components/schemas/IncidentTemplateEngineEnum, subschema #2` from the `engine` request property `anyOf` list
  - request property `engine` was restricted to a list of enum values
  - the `engine` request property type/format changed from ``/`` to `string, null`/``
  - the request property `engine` became nullable
  - …2 more
- **2025-12-02** `b912f4471de4` — 1 info
  - added the non-success response with the status `403`
- **2025-08-15** `5b3f1f21cf76` — 1 info
  - media type `application/json` was changed to a more specific media type `application/vnd.api+json` for the response status `200`
- **2025-06-02** `9ad32c73fe39` — 1 breaking, 2 warning
  - the `data/attributes/id` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - added the new `blade` enum value to the `data/attributes/engine` response property for the response status `200`
  - added the new `twig` enum value to the `data/attributes/engine` response property for the response status `200`

[Change history](https://skmtc.dev/cachethq/apis/cachet/changes/incident-templates/post.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/7f89fdcf710a/schema)
