CampaignMailbox
A connected mailbox in the organization, flagged with whether this campaign sends from it.
Properties
idstringMailbox ID — pass in `mailbox_ids` to select it
emailstringThe mailbox's address
providerstringMail provider
owner_emailstringOrg member who connected the mailbox
daily_capintegerMaximum sends per day from this mailbox
statusstringConnection status; only live mailboxes send
selectedbooleanWhether 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
}