Associates one or more email accounts with a campaign. These accounts will be used to send emails in this campaign.
Requirements:
- Email accounts must exist and be verified
- Email accounts must belong to the user
643 matches
19 actions
Smartlead
19 actions
Marketing/Smartlead
Associates one or more email accounts with a campaign. These accounts will be used to send emails in this campaign.
Requirements:
{
"type": "object",
"properties": {
"campaign_id": {
"type": "integer"
},
"email_account_ids": {
"type": "array",
"description": "Array of email account IDs to add",
"items": {
"type": "integer"
}
}
},
"required": [
"campaign_id",
"email_account_ids"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
}
}
}