ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node interacts with the ReachInbox API to manage email marketing campaigns and leads. Specifically, the 'Get Campaign Status' operation retrieves the current status of a specified campaign by its ID. This is useful for monitoring campaign progress and performance in automated workflows.

Use Case Examples

  1. Check the status of an ongoing email campaign to decide whether to pause or continue it.
  2. Retrieve campaign status to generate reports or trigger other actions based on campaign state.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign whose status is to be retrieved. This is a required string input.

Output

JSON

  • json - The JSON response from the ReachInbox API containing the current status details of the specified campaign.

Dependencies

  • Requires an API key credential for ReachInbox API authentication.

Troubleshooting

  • Ensure the Campaign ID provided is valid and exists in the ReachInbox system to avoid errors.
  • Check that the API key credential is correctly configured and has the necessary permissions to access campaign data.
  • Common error messages may include authentication failures or invalid campaign ID errors; verify credentials and input values accordingly.

Links

  • ReachInbox API Documentation - Official API documentation for ReachInbox, useful for understanding available endpoints and data structures.

Discussion