Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Email account (accounts.id) UUID.

Minimum string length: 1

Body

application/json

Currently only signature is mutable. Other account fields (email address, warmup status, etc.) are system-managed.

signature
string

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.

account
object
required

Updated email account row.