Update Inbox
inbox_updateUpdate the display name or agent association of an inbox. Pass null for a field to clear it (unlink the agent / remove the display name); omitted fields are left unchanged. The email address itself cannot be changed. Requires master key access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique inbox ID. | |
| agentId | No | Agent ID to associate with the inbox. Pass null to unlink the current agent. Omit to leave unchanged. | |
| displayName | No | New human-readable display name (max 128 characters). Pass null to clear it. Omit to leave unchanged. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||