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 DKIM Details operation. It retrieves DomainKeys Identified Mail (DKIM) authentication details related to email deliverability testing and placement analysis.
The node is useful for email marketers, deliverability specialists, and IT teams who want to verify and analyze DKIM settings to ensure their emails are properly authenticated and less likely to be marked as spam. For example, before launching a large email campaign, users can fetch DKIM details to confirm that domain signatures are correctly configured.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional fields such as Limit (number of results), Offset (skip count), and Status (Active, Paused, Stopped). Note: This property is defined but not used in the Get DKIM Details operation. |
For this specific operation ("Get DKIM Details" under "Smart Delivery"), no additional input properties are required beyond selecting the resource and operation.
Output
- The output JSON contains the DKIM authentication details returned by the SmartLead API endpoint
/dkim-details. - The structure typically includes information about DKIM records, their status, and any issues detected.
- The node returns an array of JSON objects representing these details.
- No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating requests to the SmartLead API.
- The base URL for Smart Delivery operations is
https://smartdelivery.smartlead.ai/api/v1. - Proper configuration of the API key credential in n8n is necessary for successful requests.
Troubleshooting
- Invalid JSON Errors: Not applicable for this operation since it does not require JSON input.
- Authentication Failures: Ensure the API key credential is valid and has permissions to access Smart Delivery endpoints.
- Empty or Unexpected Response: Verify that DKIM records exist and are properly set up in your domain DNS settings.
- Network Issues: Confirm network connectivity to
smartdelivery.smartlead.ai.
If errors occur, check the error message returned by the node; common messages relate to authentication or invalid endpoint access.
Links and References
- SmartLead API Documentation (general reference, actual link may vary)
- DKIM Overview - Wikipedia
- Email Deliverability Best Practices
Note: This summary focuses exclusively on the Smart Delivery > Get DKIM Details operation extracted from the provided source code and property definitions.