ReachInbox icon

ReachInbox

Interact with ReachInbox leads

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

  1. Removing specific keywords from the blocklist to allow their use in email campaigns.
  2. 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.

Discussion