Update Inbox
Inboxes
Update Inbox
Update mutable fields on an inbox.
PATCH
Update Inbox
CLI:
Overview
Update mutable fields on an inbox. Signature changes are synced to the sending backend first; if that sync fails, the DB is not updated and a 502 is returned so callers can retry without drift.This operation shares the URL path
/api/email/accounts/{id} with other verbs. See the sibling page for related operations on the same resource.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Email account (accounts.id) UUID.
Minimum string length:
1Body
application/json
Currently only signature is mutable. Other account fields (email address, warmup status, etc.) are system-managed.
Per-account email signature. Newlines are converted to <br> when synced to the sending backend. Passing "" clears the signature by sending a single space so the field is not ignored.
Response
Account updated. Returns the full account row.
Updated email account row.