Actions15
- Add to Blocklist
- Create Campaign
- Get Campaign Status
- Pause a Campaign
- Pause/Resume Leads
- Remove From Blocklist
- Remove Lead From Leads List
- Start a Campaign
- Update Campaign Details
- Update Lead in Campaign
- Add Email to Campaign
- Add Lead to Campaign
- Add Lead to Leads List
- Add Sequences to Campaign
- Delete Lead From Campaign
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
- Pausing an ongoing email campaign to stop all outgoing emails temporarily.
- 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
- ReachInbox API Documentation - Pause Campaign - Official API documentation for pausing campaigns in ReachInbox.