Actions42
- Campaigns Actions
- Create Campaign
- Create Template
- Duplicate Template
- Get Campaign Basic Information
- Get Campaign Clicks
- Get Campaigns
- Get Campaign Information By ISP
- Get Campaign Links
- Get Campaign Openers
- Get Campaign Openers By Browser
- Get Campaign Openers By Countries
- Get Campaign Openers By Os
- Get Campaign Soft Bounces
- Get Campaign Total Information
- Get Stats By Date
- Send Template Campaign
- Subscribers Actions
- SMS Actions
- SMTP Actions
- Webhooks Actions
Overview
This node integrates with the Acumbamail API to search for subscribers by their email address. It is useful in scenarios where you need to verify if a subscriber exists in your mailing list or retrieve subscriber details based on their email. For example, marketing automation workflows can use this node to check subscription status before sending targeted campaigns.
Properties
| Name | Meaning |
|---|---|
| Subscriber | The email address of the subscriber to search for |
Output
The node outputs JSON data containing the subscriber information retrieved from the Acumbamail API. This typically includes subscriber details such as email, subscription status, and any associated metadata. The output does not include binary data.
Dependencies
- Requires an API key credential for authenticating with the Acumbamail service.
- The node sends requests to the Acumbamail API endpoint at
https://acumbamail.com/api/1. - Proper configuration of the API key credential within n8n is necessary for successful operation.
Troubleshooting
Common issues:
- Invalid or missing API key credential will cause authentication failures.
- Providing an incorrectly formatted email address may result in no subscriber found or errors.
- Network connectivity problems can prevent reaching the Acumbamail API.
Error messages:
- Authentication errors usually indicate invalid credentials; verify and update the API key.
- "Subscriber not found" indicates the email does not exist in the mailing list.
- Timeout or network errors suggest checking internet connection or API availability.
Links and References
- Acumbamail API Documentation (for detailed API usage and subscriber data structure)