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 lead management. Specifically, the 'Add to Blocklist' operation allows users to add emails, domains, keywords, and reply keywords to a blocklist to prevent unwanted contacts or content from being included in campaigns. This is useful for maintaining clean and targeted email campaigns by filtering out undesirable elements.
Use Case Examples
- Blocking specific email addresses, domains, or keywords that should not receive campaign emails.
- Preventing replies containing certain keywords from being processed or responded to.
Properties
| Name | Meaning |
|---|---|
| Emails (Array) | Array of email addresses to add to the blocklist. |
| Domains (Array) | Array of domains to add to the blocklist. |
| Keywords (Array) | Array of keywords to add to the blocklist. |
| Replies Keywords (Array) | Array of reply keywords to add to the blocklist. |
Output
JSON
jsonsuccess- Indicates if the blocklist addition was successful.message- Message returned from the API about the blocklist operation.data- Additional data returned from the API regarding the blocklist addition.
Dependencies
- Requires ReachInbox API credentials (API key) for authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and valid to avoid authentication errors.
- Verify that the input arrays (emails, domains, keywords, repliesKeywords) are properly formatted JSON arrays; malformed JSON may cause request failures.
- Check API response messages for details if the blocklist addition fails.
Links
- ReachInbox API Documentation - Official API documentation for ReachInbox, detailing endpoints and usage.