Openapi
Create template
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.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/templates"Empty
List templates GET
Returns all notification templates in the environment. Templates define reusable email subjects, HTML bodies, and categories. Each template includes a usage count showing how many notifications have referenced it.
Update template PATCH
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.