CampaignMailbox

A connected mailbox in the organization, flagged with whether this campaign sends from it.

Properties

idstring

Mailbox ID — pass in `mailbox_ids` to select it

emailstring

The mailbox's address

providerstring

Mail provider

owner_emailstring

Org member who connected the mailbox

daily_capinteger

Maximum sends per day from this mailbox

statusstring

Connection status; only live mailboxes send

selectedboolean

Whether this campaign currently sends from it

Example

CampaignMailbox example
{
  "id": "string",
  "email": "string",
  "provider": "google",
  "owner_email": "string",
  "daily_cap": 0,
  "status": "string",
  "selected": false
}