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 'Add Sequences to Campaign' operation allows users to add email sequences to an existing campaign by providing the campaign ID and an array of sequence objects. This is useful for automating email follow-ups and drip campaigns within ReachInbox.
Use Case Examples
- Adding a set of predefined email sequences to a campaign to automate outreach steps.
- Updating a campaign by appending new sequences to enhance engagement.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to which sequences will be added. |
| Sequences (JSON) | A JSON array of sequence objects that define the email sequences to be added to the campaign. |
Output
JSON
json- The response from the ReachInbox API after adding sequences to the campaign, typically including success status and details of the added sequences.
Dependencies
- ReachInbox API key credential for authentication
Troubleshooting
- Ensure the Campaign ID is valid and exists in ReachInbox; invalid IDs will cause API errors.
- Sequences JSON must be correctly formatted; malformed JSON will cause request failures.
- API key must have sufficient permissions to modify campaigns.
- Network issues or incorrect base URL in credentials can cause request failures.
Links
- ReachInbox API - Add Sequences to Campaign - Official API documentation for adding sequences to a campaign in ReachInbox.