---
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`

---

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