ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node integrates with ReachInbox to manage email marketing campaigns and leads. Specifically, the 'Add Lead to Campaign' operation allows users to add multiple leads to a specified campaign, including the option to define new core variables for those leads. This is useful for automating lead management in email campaigns, such as adding new contacts to a campaign for targeted outreach.

Use Case Examples

  1. Adding a batch of new leads to a campaign with their email and first name.
  2. Defining new core variables like 'firstName' and 'lastName' when adding leads to enrich lead data.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign to which leads will be added.
Leads (JSON) A JSON array of lead objects to add to the campaign, e.g., [{"email": "john@example.com", "firstName": "John"}].
New Core Variables (Array) An array of new variable names to define for the leads, such as ["firstName", "lastName"].

Output

JSON

  • json - The response from ReachInbox API after adding leads, including success status and any relevant data.

Dependencies

  • Requires an API key credential for ReachInbox API authentication.

Troubleshooting

  • Ensure the 'Campaign ID' is valid and corresponds to an existing campaign in ReachInbox.
  • The 'Leads (JSON)' must be a properly formatted JSON array of lead objects; invalid JSON will cause errors.
  • API key must be correctly configured and have sufficient permissions to add leads to campaigns.
  • Common error messages include authentication failures, invalid campaign IDs, or malformed lead data. Verify credentials and input data format to resolve these.

Links

Discussion