ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node interacts with the ReachInbox API to manage email marketing campaigns and leads. Specifically, the 'Add Sequences to Campaign' operation allows users to add email sequences to an existing campaign by providing the campaign ID and an array of sequence objects. This is useful for automating email follow-ups and drip campaigns within ReachInbox.

Use Case Examples

  1. Adding a set of predefined email sequences to a campaign to automate outreach steps.
  2. Updating a campaign by appending new sequences to enhance engagement.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign to which sequences will be added.
Sequences (JSON) A JSON array of sequence objects that define the email sequences to be added to the campaign.

Output

JSON

  • json - The response from the ReachInbox API after adding sequences to the campaign, typically including success status and details of the added sequences.

Dependencies

  • ReachInbox API key credential for authentication

Troubleshooting

  • Ensure the Campaign ID is valid and exists in ReachInbox; invalid IDs will cause API errors.
  • Sequences JSON must be correctly formatted; malformed JSON will cause request failures.
  • API key must have sufficient permissions to modify campaigns.
  • Network issues or incorrect base URL in credentials can cause request failures.

Links

Discussion