ReachInbox icon

ReachInbox

Interact with ReachInbox leads

Overview

This node interacts with the ReachInbox API to manage email marketing campaigns and leads. Specifically, the 'Pause a Campaign' operation allows users to pause an active campaign by providing the campaign ID. This is useful in scenarios where a campaign needs to be temporarily halted, such as during a strategy review or to prevent sending emails during a specific period.

Use Case Examples

  1. Pausing an ongoing email campaign to stop all outgoing emails temporarily.
  2. Managing campaign states dynamically based on external triggers or conditions.

Properties

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

Output

JSON

  • json - The JSON response from the ReachInbox API after attempting to pause the campaign, typically including status and confirmation details.

Dependencies

  • Requires an API key credential for ReachInbox API authentication.

Troubleshooting

  • Ensure the provided Campaign ID is correct and corresponds to an existing campaign; otherwise, the API may return an error.
  • Check that the API key credential is valid and has the necessary permissions to pause campaigns.
  • Network or API endpoint issues may cause request failures; verify connectivity and ReachInbox service status.

Links

Discussion