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 '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
- Check the status of an ongoing email campaign to decide whether to pause or continue it.
- 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.