Skip to main content

An email account linked to a sequence for sending outbound emails.

id
integer<int64>

Email account ID

ownerUserId
integer

ID of the user who owns this email account

email
string<email>

The email address

senderName
string | null

The name displayed as sender in recipient inboxes

emailAccountType
enum<string>
read-only

Provider type of the email account. Values: custom, gmail, outlook, exchange, exchangeOnPremise

Available options:
custom,
gmail,
outlook,
exchange,
exchangeOnPremise
isDefault
boolean

Whether this is the user's default email account

dailyLimit
integer

Maximum number of emails that can be sent per day from this account

connectionStatus
enum<string>
read-only

Current connection status of the email account. Values: unknown, connected, disconnected

Available options:
unknown,
connected,
disconnected