Skip to main content
string
required
The part before the @ sign. Allowed characters: letters, numbers, dots, hyphens. Minimum 2 characters. Examples: support, hello, sales-team, agent.notifications
string
UUID of a specific domain to create the inbox on. If omitted, the company’s first active domain is used.

What this does

  1. Validates the local_part (sanitizes to lowercase, strips invalid chars)
  2. Finds the target domain (provided or company’s default active domain)
  3. Checks that the resulting address doesn’t already exist
  4. Creates the inbox record
  5. 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_part minimum 2 characters after sanitization

Error responses

CLI

MCP

Tool: naive_create_inbox