ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node interacts with the ReachInbox API to manage email marketing campaigns and lead management. Specifically, the 'Add to Blocklist' operation allows users to add emails, domains, keywords, and reply keywords to a blocklist to prevent unwanted contacts or content from being included in campaigns. This is useful for maintaining clean and targeted email campaigns by filtering out undesirable elements.

Use Case Examples

  1. Blocking specific email addresses, domains, or keywords that should not receive campaign emails.
  2. Preventing replies containing certain keywords from being processed or responded to.

Properties

Name Meaning
Emails (Array) Array of email addresses to add to the blocklist.
Domains (Array) Array of domains to add to the blocklist.
Keywords (Array) Array of keywords to add to the blocklist.
Replies Keywords (Array) Array of reply keywords to add to the blocklist.

Output

JSON

  • json
    • success - Indicates if the blocklist addition was successful.
    • message - Message returned from the API about the blocklist operation.
    • data - Additional data returned from the API regarding the blocklist addition.

Dependencies

  • Requires ReachInbox API credentials (API key) for authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and valid to avoid authentication errors.
  • Verify that the input arrays (emails, domains, keywords, repliesKeywords) are properly formatted JSON arrays; malformed JSON may cause request failures.
  • Check API response messages for details if the blocklist addition fails.

Links

Discussion