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 interacts with the ReachInbox API to manage leads and campaigns. Specifically, the 'Add Lead to Leads List' operation allows users to add multiple lead objects to a specified leads list within ReachInbox. This is useful for marketing automation, lead management, and campaign targeting, where users want to bulk add leads with associated data to a list for further processing or outreach.
Use Case Examples
- Adding a batch of new leads to a marketing list for an email campaign.
- Updating a leads list with new contacts collected from a web form or CRM export.
Properties
| Name | Meaning |
|---|---|
| Leads List ID | The unique identifier of the leads list to which leads will be added. |
| Leads (JSON) | An array of lead objects to add, each containing lead details such as email and first name. |
| New Core Variables (Array) | An array of new variable names to be added as core variables for the leads, e.g., ['firstName', 'lastName']. |
Output
JSON
json- The JSON response from the ReachInbox API after attempting to add leads to the leads list, including success status and any duplicates.
Dependencies
- Requires an API key credential for ReachInbox API authentication.
Troubleshooting
- Ensure the 'Leads List ID' is valid and exists in ReachInbox; otherwise, the API call will fail.
- The 'Leads (JSON)' must be a properly formatted JSON array of lead objects; invalid JSON or missing required fields like email may cause errors.
- API key must be valid and have sufficient permissions to modify leads lists.
- Network or API endpoint issues may cause request failures; check connectivity and ReachInbox service status.
Links
- ReachInbox Lead List API Documentation - Official API documentation for managing leads lists in ReachInbox.