Create Inbox
create_inboxCreate a new email inbox with display name and tags, and get the resulting email address to start sending and receiving.
Instructions
Create a new email inbox. Returns the inbox details including the email address.
Args: display_name: Friendly name for the inbox (e.g. "Support Bot") tags: Comma-separated tags (e.g. "support,production")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| display_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |