Openapi
Update template
Partially updates a template's name, subject, HTML body, or category. At least one field must be provided. Existing notifications that referenced this template are not retroactively affected.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/templates/{templateId}"Empty
Create template POST
Creates a new notification template with a name, subject line, HTML body, and category. Templates can be referenced by id when sending notifications or creating scheduled dispatches.
Delete template DELETE
Permanently removes the template. Existing notifications that referenced this template are not affected. This action is irreversible and idempotent.