ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node integrates with the ReachInbox API to manage email campaigns and leads. Specifically, the 'Add Email to Campaign' operation allows users to add one or more sending email accounts to an existing campaign by providing a comma-separated list of email addresses. This is useful for automating the process of associating multiple email accounts with a campaign for outreach or marketing purposes.

Use Case Examples

  1. Adding multiple sending email accounts to a campaign to automate outreach.
  2. Managing campaign participants by programmatically adding emails to campaigns.

Properties

Name Meaning
Emails Comma-separated list of email addresses to add to the campaign.

Output

JSON

  • success - Indicates if the operation was successful (true/false).
  • message - Response message from the API about the operation.
  • data
    • addedCount - Number of emails successfully added to the campaign.
    • failedEmails - List of emails that failed to be added to the campaign.

Dependencies

  • Requires an API key credential for ReachInbox API authentication.

Troubleshooting

  • Ensure the 'Emails' input is a valid, non-empty comma-separated list of email addresses; otherwise, the node throws an error 'No valid email(s) provided'.
  • Check API key validity and network connectivity if requests fail.
  • API response errors are captured and returned in the output under 'error' and 'details' fields for debugging.

Discussion