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
This node integrates with the SmartLead platform's Smart Delivery resource, specifically supporting the Get Domain Blacklist operation. It retrieves information about domain blacklists related to email deliverability testing and placement analysis.
The node is useful for email marketers, deliverability specialists, or automation workflows that need to check if certain domains are blacklisted, which can impact email campaign success. For example, before sending a campaign, you might want to verify if your sending domain or recipient domains appear on any blacklists to avoid spam filtering issues.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional fields: - Limit: Number of results to return - Offset: Number of results to skip - Status: Campaign status (Active, Paused, Stopped) |
Note: The provided properties JSON corresponds to general additional fields but for the Get Domain Blacklist operation under Smart Delivery, no specific input parameters are required beyond selecting the operation.
Output
- The output
jsonfield contains the domain blacklist information returned by the SmartLead API. - This typically includes details about blacklisted domains relevant to email deliverability.
- The exact structure depends on the API response but generally will be an array of blacklist entries with domain names and associated metadata.
- No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the SmartLead API.
- The base URL for Smart Delivery endpoints is
https://smartdelivery.smartlead.ai/api/v1. - The node uses HTTP requests with JSON payloads/responses.
- Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
- Invalid JSON Errors: Some operations require JSON input parameters. If invalid JSON is provided, the node throws errors indicating the issue. Ensure all JSON inputs are correctly formatted.
- Authentication Failures: If the API key or credentials are missing or incorrect, requests will fail. Verify the API key credential setup.
- API Endpoint Errors: If the selected operation or resource is incorrect or unsupported, the node may throw errors. Confirm the correct Resource (
smartDelivery) and Operation (getDomainBlacklist) are selected. - Empty or Unexpected Responses: If the domain blacklist is empty or the API returns unexpected data, check the API service status or query parameters.
Links and References
- SmartLead API Documentation (general reference for API endpoints)
- Smart Delivery API Reference (for detailed info on domain blacklist and other deliverability tests)
This summary is based solely on static analysis of the provided source code and property definitions.