Setup
email_create_api_key
Mint a send-API key for the company's app (POST /api/v1/emails).
write email_create_api_key
Mint a send-API key for the company's app (POST /api/v1/emails). The secret is returned ONCE — relay it to the human immediately. Scope 'send' = send+contacts+events; 'full' adds message reads.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
scope | send | full | No | |
projectId | string | No | Target company (project id). Org-scoped tokens only; call email_list_projects first. |