ReachInbox icon

ReachInbox

Interact with ReachInbox leads

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

  1. Removing specific leads from a campaign by providing their IDs.
  2. 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

Discussion