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 leads, specifically allowing users to pause or resume leads within a campaign. It is useful for managing the state of leads in email marketing campaigns, such as temporarily pausing lead engagement or resuming it based on campaign needs. For example, a user can pause all leads in a campaign during a holiday period and resume them afterward.
Use Case Examples
- Pausing all leads in a campaign to temporarily stop email sequences.
- Resuming leads that were previously paused to continue the campaign flow.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign where leads' states will be changed. |
| Updated Status | The new status to set for the leads, either 'Pause Leads' (PAUSED) or 'Resume Leads' (IN_PROCESS). |
| Lead IDs (Array) | Specific lead IDs to update. If empty, all leads in the campaign are affected. |
| Exclude Lead IDs (Array) | Lead IDs to exclude from the update, even if they match other filters. |
| Status Filter | Filter leads by their current status (e.g., 'emails_opened') to selectively update leads. |
| Lead Status Filter | Filter leads by their lead status (e.g., 'Interested') to selectively update leads. |
| Contains Filter | Filter leads containing specific text to selectively update leads. |
Output
JSON
json- The response from the ReachInbox API indicating the result of the pause/resume operation, including success status and any relevant data or error details.
Dependencies
- Requires an API key credential for ReachInbox API authentication.
Troubleshooting
- Ensure the Campaign ID is valid and exists in ReachInbox to avoid errors.
- Verify that the API key credential is correctly configured and has necessary permissions.
- If no leads are updated, check the filters (Lead IDs, Exclude Lead IDs, Status Filter, Lead Status Filter, Contains Filter) to ensure they match existing leads.
- Error messages from the API are included in the output under 'error' and 'details' fields; review these for troubleshooting.