ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node interacts with the ReachInbox API to manage email marketing campaigns and leads. Specifically, the 'Create Campaign' operation allows users to create a new email campaign by providing a campaign name. This node is useful for automating campaign creation within email marketing workflows, enabling seamless integration with ReachInbox's campaign management features.

Use Case Examples

  1. Creating a new email campaign by specifying its name to start organizing and sending marketing emails.
  2. Automating campaign creation as part of a larger workflow that manages leads and sequences in ReachInbox.

Properties

Name Meaning
Campaign Name The name of the campaign to be created. This is a required string input that identifies the new campaign.

Output

JSON

  • json - The JSON response from the ReachInbox API containing details of the newly created campaign.

Dependencies

  • Requires an API key credential for ReachInbox API authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to create campaigns.
  • Verify that the 'Campaign Name' property is provided and is not empty, as it is required for creating a campaign.
  • Check for network connectivity issues or API endpoint availability if requests fail.
  • Error messages from the API will be included in the output JSON under an 'error' property, which can help diagnose issues such as invalid parameters or authentication failures.

Links

Discussion