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 email marketing campaigns and lead data. Specifically, the 'Remove From Blocklist' operation allows users to remove keywords from the blocklist by providing an array of keyword IDs. This is useful for maintaining and updating the blocklist to ensure that certain keywords are no longer blocked, which can help in refining campaign targeting and avoiding unnecessary exclusions.
Use Case Examples
- Removing specific keywords from the blocklist to allow their use in email campaigns.
- Updating the blocklist by removing outdated or irrelevant keywords to improve campaign effectiveness.
Properties
| Name | Meaning |
|---|---|
| Keyword IDs (Array) | Array of keyword IDs to remove from the blocklist. |
Output
JSON
json- Response from the ReachInbox API indicating the result of the remove from blocklist operation, including success status and any relevant data or error messages.
Dependencies
- ReachInbox API key credential
Troubleshooting
- Ensure the provided keyword IDs array is valid and not empty; otherwise, the API request may fail.
- Check that the API key credential is correctly configured and has the necessary permissions to modify the blocklist.
- Handle API errors gracefully by inspecting the error message and details returned in the response to diagnose issues such as invalid IDs or network problems.