How to send the key
RecommendedThe API Key belongs to one workspace. You cannot reach another workspace with the same key.
Two scope families
Common combinations
Send only
whatsapp:send, sms:send, email:send, rcs:send, etc. (depending on channels used)Manage models only
templates:read, templates:create, templates:update, templates:deleteFull app
All
templates:* plus send scopes for the template’s channelsRead only
templates:readManagement scopes (templates:*)
templates:read
templates:read
List templates and fetch detail by ID.
templates:create
templates:create
Create a new template in the workspace.
templates:update
templates:update
Edit an existing template (channels, copy, variable defaults, translations).
templates:delete
templates:delete
Delete a template.
Send scopes (per channel)
On Send by template, validate the scope for each channel inchannels:
Delivery status (sent, delivered, failed) comes from channel webhooks, not a send-template webhook.
Meta approval status (approved, rejected, paused, category) comes from
template.* events, see Webhook events.
Common errors
Details in the API reference on the Templates tab.

