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 ReachInbox to manage leads and campaigns. Specifically, the 'Delete Lead From Campaign' operation allows users to remove leads from a specified campaign based on lead IDs, filters, exclusions, and lead status. This is useful for cleaning up campaigns by removing unwanted or inactive leads. For example, a user can delete leads from a campaign by providing a list of lead IDs or filtering leads containing certain text or with a specific status.
Use Case Examples
- Removing specific leads from a campaign by providing their IDs.
- Deleting leads from a campaign that match a certain status or contain specific text in their data.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign from which leads will be deleted. |
| Lead IDs (Array) | An array of lead IDs to be deleted from the campaign. |
| Contains (Filter) | A filter string to delete leads containing specific text. |
| Exclude (Lead IDs) | An array of lead IDs to exclude from deletion. |
| Lead Status | The status of leads to filter which leads to delete. |
Output
JSON
json- The response from the ReachInbox API after attempting to delete leads, including success status and details.
Dependencies
- Requires an API key credential for ReachInbox API access.
Troubleshooting
- Ensure the Campaign ID is valid and exists in ReachInbox.
- Lead IDs must be correctly formatted as an array of strings or numbers.
- The API key must have sufficient permissions to delete leads from campaigns.
- If the API returns an error, check the error message and details in the output for troubleshooting.
Links
- ReachInbox API Documentation - Delete Lead From Campaign - Official API documentation for deleting leads from a campaign in ReachInbox.