Update mutable fields on an email sender account.
/api/email/accounts/{id} with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Email account (accounts.id) UUID.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$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 Instantly. Passing "" clears the signature (Instantly receives a single space so the field isn't ignored).
Account updated. Returns the full account row.
An AgentMail-backed email sending inbox. Each account row maps 1:1 to exactly one AgentMail inbox and (optionally) one Instantly warmup account.