---
title: "PATCH /notification_templates/{id}/"
method: PATCH
path: "/notification_templates/{id}/"
tags: ["notification_templates"]
---

# PATCH /notification_templates/{id}/

`PATCH /notification_templates/{id}/`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- PatchedNotificationTemplate
  - `id` string, uuid
  - `url` string, uri
  - `account` string, uri
  - `name` string
  - `event` union
    - 'create' | 'assign' | 'unassign' | 'reject' | 'accept' | 'unaccept' | 'transit' | 'activate' | 'complete' | 'fail' | 'cancel' | 'assignee_near' | 'assignee_away' | 'updated'
    - ''
  - `state` union
    - 'unassigned' | 'assigned' | 'accepted' | 'transit' | 'active' | 'completed' | 'failed' | 'cancelled'
    - ''
  - `task_category` union
    - 'assignment' | 'pick_up' | 'drop_off' | 'warehouse'
    - ''
    - unknown
  - `scheduled_time_change` boolean
  - `recipient` union
    - 'account' | 'assignee' | 'orderer' | 'contact' | 'client'
    - ''
    - unknown
  - `emails` string[]
  - `phones` string[]
  - `via_sms` boolean
  - `via_email` boolean
  - `via_app` boolean
  - `is_active` boolean
  - `message` string
  - `email_reply_to` string, email
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

## Changes

- **2026-07-13** `2557a8fec764` — 2 info
  - media type `application/json; version=2.4.12` was changed to `application/json; version=2.4.13` for the response status `200`
  - media type `application/xlsx; version=2.4.12` was changed to `application/xlsx; version=2.4.13` for the response status `200`
- **2022-10-13** `b89c1b3e6d09` — 2 info
  - media type `application/json; version=2.4.11` was changed to `application/json; version=2.4.12` for the response status `200`
  - media type `application/xlsx; version=2.4.11` was changed to `application/xlsx; version=2.4.12` for the response status `200`
- **2022-09-20** `2823b16250b7` — 2 info
  - media type `application/json; version=2.4.10` was changed to `application/json; version=2.4.11` for the response status `200`
  - media type `application/xlsx; version=2.4.10` was changed to `application/xlsx; version=2.4.11` for the response status `200`
- **2022-09-16** `025494408062` — 12 info
  - added the new optional request property `emails` (media type: application/json)
  - added the new optional request property `emails` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `emails` (media type: multipart/form-data)
  - added the new optional request property `phones` (media type: application/json)
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/oeklo/apis/gsmtasks-project-api/changes/notification_templates/:id/patch.md)

---

[API](https://skmtc.dev/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.dev/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/revisions/2557a8fec764/schema)
