Update a sender
Edit a mailbox. Changing the transport or credentials re-verifies by sending a real test email and is rejected if it cannot send. Set state to pause or resume sending, warmup to tune the warmup engine (or null to disable it), or archivedAt to null to restore an archived mailbox.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Path Parameters
The sender id to update.
"snd_pfh0haxfpzowht3oi213cqos"
Body
BCC every send to this address (CRM capture).
Free-text label for this mailbox (e.g. to tag by client).
"Acme Corp"
Maximum sends per day for this mailbox.
x >= 050
Minimum gap between sends from this mailbox (floor 3; server default 5).
x >= 35
Reply-To override.
The sending domain id. Omit to get-or-create it from the fromEmail host.
"dom_tz4a98xat96iws9zmbrgj3a"
HTML signature appended to every send.
Operator-set state to pause or resume the mailbox: healthy, throttled, or paused.
healthy, throttled, paused "paused"
Replace this mailbox's tags (send the full list; [] clears). Campaigns selecting any of these via senderTags attach/detach the mailbox automatically.
201 - 50Warmup config; send the whole object to update it, or null to disable warmup for this mailbox.
Set to null to restore an archived mailbox.
x >= 0null
The sending address (re-verifies the mailbox when changed).
1Display name.
"Ada from Acme"
IMAP server settings to update.
SMTP server settings and credentials to update.
How messages are carried: smtp, provider_api, self_hosted, or voice.
smtp, provider_api, self_hosted, voice "smtp"
Managed provider; omit for a plain cold/SMTP mailbox.
"google"
Response
OK
BCC every send to this address (CRM capture).
Free-text label for this mailbox (e.g. to tag by client).
"Acme Corp"
Max sends per day for this mailbox.
x >= 050
The sending address.
Display name.
"Ada from Acme"
The sender id.
"snd_pfh0haxfpzowht3oi213cqos"
The IMAP server host.
"imap.gmail.com"
The IMAP server port.
1 <= x <= 65535993
IMAP TLS mode: ssl (implicit TLS), tls (STARTTLS), or none.
ssl, tls, none "ssl"
Minimum gap between sends from this mailbox.
x >= 05
Reply-To override.
System-computed reputation tier: good, warning, or bad.
good, warning, bad "good"
The sending domain this mailbox lives under.
"dom_tz4a98xat96iws9zmbrgj3a"
HTML signature appended to every send.
The SMTP server host.
"smtp.gmail.com"
The SMTP server port.
1 <= x <= 65535465
SMTP TLS mode: ssl (implicit TLS), tls (STARTTLS), or none.
ssl, tls, none "ssl"
Operational state: healthy, throttled, or paused.
healthy, throttled, paused "healthy"
Free-form tags on this mailbox. A campaign whose senderTags selector names any of them auto-attaches (and auto-detaches) the mailbox — tag a fleet once and campaigns pick it up dynamically.
How messages are carried: smtp, provider_api, self_hosted, or voice.
smtp, provider_api, self_hosted, voice "smtp"
Managed provider, if any; null for a plain cold/SMTP mailbox.
"google"
When this mailbox was archived (soft-deleted), or null if active.
When this mailbox was created (RFC 3339).
When this mailbox's health was last updated (RFC 3339), or null.
Always "sender". Identifies the object type.
When this mailbox was last updated (RFC 3339).