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 operation removes one or more leads from a specified leads list in ReachInbox. It supports removing all leads or a subset of leads by specifying lead IDs, with an option to exclude certain lead IDs from removal. This is useful for managing and cleaning up leads in marketing or sales campaigns, ensuring that only relevant leads remain in a list.
Use Case Examples
- Remove specific leads from a leads list by providing their IDs.
- Remove all leads from a leads list except for a few excluded lead IDs.
Properties
| Name | Meaning |
|---|---|
| Leads List ID | The identifier of the leads list from which leads will be removed. |
| Lead IDs | Comma-separated list of lead IDs to remove, or 'ALL' to remove all leads from the list. |
| Exclude IDs (Array) | Array of lead IDs to exclude from removal when removing all leads. |
Output
JSON
json- The response from the ReachInbox API after attempting to remove leads from the leads list, including success or error details.
Dependencies
- Requires an API key credential for ReachInbox API access.
Troubleshooting
- Ensure the Leads List ID is valid and exists in ReachInbox.
- If specifying Lead IDs, ensure they are correctly formatted and exist in the leads list.
- When using 'ALL' for Lead IDs, the Exclude IDs array must be properly formatted JSON.
- API errors will be returned in the output json under an 'error' property with details if available.