mailkite_register
Create a MailKite account with just an email, no password, and receive an API key instantly. Sending stays blocked until email verification, preventing unauthorized use.
Instructions
Create a MailKite account from just an email — no password. Returns the new account's API key immediately; a verification link is emailed, and SENDING stays blocked until the address is verified (poll me()). An existing email returns 409 account_exists with no credentials. Powers plugin/CLI onboarding. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Referral code of the account that referred this signup, when any. | |
| Yes | The account email. A verification link is sent to it — the account cannot send email until the address is verified, which is what makes registering safe without a password. | ||
| channel | No | Distribution-channel slug this registration came through (e.g. wordpress-plugin). Invalid values are dropped, never an error. | |
| referrer | No | First-touch landing referrer URL, when known. Invalid values are dropped, never an error. |