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

ParameterTypeRequiredDescription
namestringYes
scopesend | fullNo
projectIdstringNoTarget company (project id). Org-scoped tokens only; call email_list_projects first.

On this page