bird email mailboxes
Usage
Code example
bird email mailboxesDescription
Create and manage agent email mailboxes — the shared inboxes your AI agents and
support workflows read from. A mailbox has an address, a receive policy that
controls which messages it accepts, a retention tier, and labels for categorising
threads.
Use compose to send an outbound message from a mailbox. Use receive-rules to
filter inbound senders. Use threads and thread messages (under email threads)
to read and reply to conversations in a mailbox.
Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.
Commands
| Name | Description |
|---|---|
| compose | Send a new message from a mailbox |
| create | Create a mailbox |
| delete | Delete a mailbox |
| get | Get a mailbox |
| labels | List a mailbox's labels |
| list | List mailboxes |
| receive-rules | Manage a mailbox's receive rules |
| restore | Restore a deleted mailbox |
| resume | Resume a suspended mailbox |
| stats | Mailbox email statistics |
| update | Update a mailbox |