Method
GET /v1/comms/templates
Query Parameters
Filter by delivery channel (e.g.,
email, sms, whatsapp, push_notification).Filter by purpose (
transactional or marketing).Filter by status (
draft, active, inactive, archived).Headers
Bearer token (requires
comms:read).Request Example
Response Fields
Each template item includes:id– Template ID (UUID).workspace_id– Workspace owning the template.name– Human-readable name.key– Unique key used when sending notifications.channel– Delivery channel.purpose–transactionalormarketing.status– Lifecycle status (draft,active,inactive,archived).created_at/updated_at– ISO timestamps.