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 '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
- Creating a new email campaign by specifying its name to start organizing and sending marketing emails.
- 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
- ReachInbox API Documentation - Create Campaign - Official API documentation for creating campaigns in ReachInbox, useful for understanding request and response details.