List mailboxes
Query parameters
Response (200)
JSON
Code examples
Get mailbox
Path parameters
Response (200)
JSON
Code examples
Update mailbox
filter_mode field is deprecated but still accepted as a compatibility bridge to the owning identity’s mail_filter_mode. New integrations should set that control on the identity instead.
Path parameters
Filter mode is moving. The canonical control now lives on the agent identity asmail_filter_mode— see Manage identities. Set it withPATCH /identities/{agent_handle}; it interprets the mail contact rules. Sendingfilter_modeon this mailbox PATCH is deprecated but still accepted and forwards to the identity’smail_filter_mode.
display_namehas moved. Display name is now an identity-level field; this endpoint rejectsdisplay_namewith422and a redirect-style message pointing atPATCH /identities/{agent_handle}.
Webhook configuration has moved. Mail event delivery is configured via the Webhook Subscriptions API, not on the mailbox resource.
Request body
Omitted fields stay unchanged, with one exception: supplying
signature_html
without signature_text regenerates the text fallback, or clears it when HTML
is cleared. Supply both fields to choose your own fallback. At send time, a
null text value falls back to readable text from the saved HTML. To switch to
text only, clear HTML and supply text in the same request.
Whitespace-only strings also clear a field. Enabling an empty signature does
not add anything. See Signature formats
for HTML, image, and file-content guidance.
cURL
Response (200)
Returns the updated mailbox object, including the saved HTML and text. Use the returned values when displaying or editing the signature.Errors
Mailbox object
Mailbox storage. Storage counts inbound and outbound mail plus associated storage overhead. Deleting a message or a thread frees its space immediately. Sizes are byte counts: 2147483648 bytes is 2 GiB. Caps vary by plan — see pricing.
Related
- Custom email signatures — setup, formats, and automatic insertion
- Pricing — per-plan mailbox storage caps
- Webhook Subscriptions — attach event-delivery URLs to a mailbox
-
Mail contact rules — the allow/block list interpreted by the identity’s
mail_filter_mode - Email guide — Filtering inbound mail — whitelist/blacklist walkthrough

