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 SPF Details" operation within the "Smart Delivery" resource of this node fetches SPF (Sender Policy Framework) authentication details related to email deliverability. SPF is a key email authentication method used to prevent spoofing by specifying which mail servers are authorized to send emails on behalf of a domain.
This operation is useful for email marketers, deliverability specialists, and IT administrators who want to verify or monitor the SPF configuration of their sending domains to improve email deliverability and reduce the chances of emails being marked as spam.
Practical examples:
- Checking SPF records before launching an email campaign to ensure proper domain authentication.
- Monitoring SPF details regularly to detect misconfigurations or unauthorized senders.
- Troubleshooting email delivery issues related to SPF failures.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional fields including: |
| - Limit | Number of results to return (default 100) |
| - Offset | Number of results to skip (default 0) |
| - Status | Campaign status filter with options: Active, Paused, Stopped (default Active) |
Note: For the "Get SPF Details" operation specifically, no additional input properties beyond the standard ones are required according to the provided definition.
Output
The output JSON contains the SPF authentication details retrieved from the SmartLead Smart Delivery API endpoint /spf-details. The structure typically includes information about SPF records, their validity, and any issues detected.
The exact fields depend on the API response but generally include:
- Domain name
- SPF record string
- Validation status (e.g., valid, invalid)
- Any warnings or errors related to SPF configuration
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the SmartLead API via an API key credential configured in n8n.
- The node uses the base URL
https://smartdelivery.smartlead.ai/api/v1for Smart Delivery endpoints. - Proper API permissions to access SPF details are necessary.
Troubleshooting
- Invalid JSON Errors: This operation does not require JSON input, so such errors are unlikely here.
- Authentication Failures: Ensure that the API key credential is correctly set up and has permission to access Smart Delivery endpoints.
- Empty or Unexpected Response: Verify that SPF details exist for the domain/account in question; if none are found, the API may return empty data.
- Network Issues: Check connectivity to
smartdelivery.smartlead.aiand firewall settings.
Links and References
- SPF Record Overview - SPF Project
- SmartLead API Documentation (Smart Delivery section) (Assumed link based on context)