ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node interacts with the ReachInbox API to manage email marketing campaigns and leads. Specifically, the 'Start a Campaign' operation initiates a campaign by sending a request to start it on the ReachInbox platform. This node is useful for automating campaign management tasks such as starting campaigns, adding leads, updating campaign details, and more, directly from an n8n workflow.

Use Case Examples

  1. Starting a campaign after setting it up to begin sending emails to leads.
  2. Automating campaign workflows by starting campaigns based on triggers or conditions in other systems.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign to start. This is required to specify which campaign to start.

Output

JSON

  • json - The JSON response from the ReachInbox API after attempting to start the campaign, including status and any relevant data or error messages.

Dependencies

  • Requires an API key credential for ReachInbox API authentication.

Troubleshooting

  • Ensure the Campaign ID provided is valid and corresponds to an existing campaign in ReachInbox.
  • Check that the API key credential is correctly configured and has the necessary permissions to start campaigns.
  • If the API request fails, the node returns an error message with details from the API response to help diagnose issues.

Links

  • ReachInbox API Documentation - Official API documentation for ReachInbox, useful for understanding available endpoints and request/response formats.

Discussion