Create an email account
channels:write scope (or a broader one that includes it).
Use this endpoint when you need to connect a custom SMTP/IMAP mailbox to Reply. Gmail and Office 365 accounts cannot be created this way — start their OAuth flow with the matching connect endpoint instead. Supply the sending and receiving credentials along with any signature, safety, and ramp-up settings; the account is created under your ownership and returned with its assigned id. Validate credentials before committing to them with the SMTP and IMAP test endpoints.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
Request body for creating a new custom email account (SMTP/IMAP).
SMTP and IMAP connection settings for a custom email account. Only applicable to Custom provider type.
Sending safety and throttling configuration.
Email signature configuration.
Opt-out / unsubscribe link configuration.
Sending volume ramp-up configuration for warming up email accounts.
Tag names to assign to the new email account
Response
Email account created successfully
Full detailed representation of an email account, including all configuration sections.
Unique identifier for the email account
ID of the user who owns this email account
Provider type of the email account. Values: custom, gmail, outlook, exchange, exchangeOnPremise
custom, gmail, outlook, exchange, exchangeOnPremise Whether this is the user's default email account
Whether this email account is currently used in any active sequence
Current connection status of the email account. Values: unknown, connected, disconnected
unknown, connected, disconnected Error details if SMTP sending connectivity has failed
Error details if IMAP receiving connectivity has failed
Whether the email provider has locked outbound sending
Timestamp of the last update to this email account
Connection settings returned in responses (passwords excluded).
Sending safety and throttling configuration.
Email signature configuration.
Opt-out / unsubscribe link configuration.
Sending volume ramp-up configuration for warming up email accounts.
Tag names associated with this email account