sendook_create_inbox
Creates a managed inbox with a unique email address for an AI agent to send and receive emails.
Instructions
Create a new inbox for an AI agent to send and receive emails.
Creates a managed inbox with a unique email address. Each inbox has independent message storage and can have webhooks configured for real-time notifications.
Args: params: CreateInboxInput containing: - name (Optional[str]): Display name for the inbox - email (Optional[str]): Custom email address; auto-generated if omitted
Returns: str: JSON with the created inbox details including id, name, email, and createdAt
Examples: - Create support inbox: name="Customer Support Bot" - Create with custom email: email="support@agents.example.com"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |