Actions74
- šÆ Campaign Management Actions
- š„ Lead Management Actions
- š§ Email Accounts Actions
- š Analytics & Stats Actions
- š Smart Delivery Actions
- Get Region Provider IDs
- Create Manual Placement Test
- Create Automated Placement Test
- Get Spam Test Details
- Delete Tests in Bulk
- Stop Automated Test
- List All Tests
- Get Provider Report
- Get Geo Report
- Get Sender Account Report
- Get Spam Filter Report
- Get DKIM Details
- Get SPF Details
- Get rDNS Report
- Get Sender Account List
- Get Blacklists
- Get Domain Blacklist
- Get Spam Test Email Content
- Get Email Reply Headers
- Get Schedule History
- Get IP Details
- Get Mailbox Summary
- Get Mailbox Count
- Get All Folders
- Create Folder
- Get Folder by ID
- Delete Folder
- š Webhooks Actions
- šØ Smart Senders Actions
Overview
The "Get Blacklists" operation under the "Smart Delivery" resource in this node allows users to retrieve blacklist information related to email deliverability testing and placement analysis. This is useful for email marketers and deliverability specialists who want to monitor if their sending domains or IPs are listed on any blacklists, which can affect email delivery rates.
Typical scenarios include:
- Checking if an email campaign's sending infrastructure is blacklisted.
- Monitoring blacklist status as part of ongoing deliverability health checks.
- Integrating blacklist data into automated workflows to trigger alerts or remediation steps.
For example, a user might run this operation regularly to fetch current blacklist statuses and then use that data to pause campaigns or notify IT teams if blacklisting is detected.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional parameters to refine the request: |
| - Limit | Number of blacklist results to return (default 100) |
| - Offset | Number of blacklist results to skip (default 0) |
| - Status | Filter blacklists by campaign status; options are: Active, Paused, Stopped (default Active) |
Output
The output JSON contains the blacklist information retrieved from the Smart Delivery API. The structure typically includes an array of blacklist entries with details such as blacklist name, status, and possibly timestamps or other metadata.
Since this node interacts with an external API, the exact fields depend on the API response but generally provide comprehensive blacklist data relevant to email deliverability.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the SmartLead API.
- The node makes HTTP requests to
https://smartdelivery.smartlead.ai/api/v1/blacklists. - Proper configuration of the API authentication credential within n8n is necessary.
Troubleshooting
- Invalid JSON Errors: If you provide JSON input in other operations (not applicable here), ensure it is correctly formatted to avoid parsing errors.
- API Authentication Failures: Verify that the API key credential is valid and has appropriate permissions.
- Empty or Unexpected Results: Check the
limit,offset, andstatusparameters to ensure they are set correctly. Also, confirm that there is blacklist data available for your account. - Network Issues: Ensure that your n8n instance can reach the SmartLead API endpoints without firewall or proxy blocking.
Links and References
- SmartLead API Documentation (general reference for API endpoints)
- Email Deliverability Best Practices
- Understanding Email Blacklists