Actions15
- Add to Blocklist
- Create Campaign
- Get Campaign Status
- Pause a Campaign
- Pause/Resume Leads
- Remove From Blocklist
- Remove Lead From Leads List
- Start a Campaign
- Update Campaign Details
- Update Lead in Campaign
- Add Email to Campaign
- Add Lead to Campaign
- Add Lead to Leads List
- Add Sequences to Campaign
- Delete Lead From Campaign
Overview
This node integrates with the ReachInbox API to manage email campaigns and leads. Specifically, the 'Add Email to Campaign' operation allows users to add one or more sending email accounts to an existing campaign by providing a comma-separated list of email addresses. This is useful for automating the process of associating multiple email accounts with a campaign for outreach or marketing purposes.
Use Case Examples
- Adding multiple sending email accounts to a campaign to automate outreach.
- Managing campaign participants by programmatically adding emails to campaigns.
Properties
| Name | Meaning |
|---|---|
| Emails | Comma-separated list of email addresses to add to the campaign. |
Output
JSON
success- Indicates if the operation was successful (true/false).message- Response message from the API about the operation.dataaddedCount- Number of emails successfully added to the campaign.failedEmails- List of emails that failed to be added to the campaign.
Dependencies
- Requires an API key credential for ReachInbox API authentication.
Troubleshooting
- Ensure the 'Emails' input is a valid, non-empty comma-separated list of email addresses; otherwise, the node throws an error 'No valid email(s) provided'.
- Check API key validity and network connectivity if requests fail.
- API response errors are captured and returned in the output under 'error' and 'details' fields for debugging.