v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Email Configurations

Update an email notification configuration

This endpoint allows updating who the email notification is configured to be sent to.

You need the "Create and update email notification configurations" permission to use this endpoint.

patch/v2/notifications/configurations/email/{identifier}

Path parameters

identifierstring required

The identifier of the email configuration

Request body

Response

Email configuration updated successfully

created_atstring date-time required

Timestamp when the configuration was created

created_bystring uuid required

Created by the user

identifierstring uuid required

Unique identifier for the configuration

typestring required

The event type that the user wants to be notified about

updated_atstring date-time required

Timestamp when the configuration was last updated

updated_bystring uuid nullable

Last updated by the user

Example response

{
  "type": "CASE_ASSIGNED"
}