string
required
The part before the @ sign. Allowed characters: letters, numbers, dots, hyphens. Minimum 2 characters.
Examples:
support, hello, sales-team, agent.notificationsstring
UUID of a specific domain to create the inbox on. If omitted, the company’s first active domain is used.
What this does
- Validates the
local_part(sanitizes to lowercase, strips invalid chars) - Finds the target domain (provided or company’s default active domain)
- Checks that the resulting address doesn’t already exist
- Creates the inbox record
- Returns the inbox UUID for immediate use in
POST /v1/email/send
Requirements
- Company must have at least one active domain
- The address must not already be taken (active)
local_partminimum 2 characters after sanitization
Error responses
CLI
MCP
Tool:naive_create_inbox