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, providing comprehensive access to its API for email marketing automation. Specifically, the Smart Delivery resource focuses on email deliverability testing and placement analysis. The Get Email Reply Headers operation retrieves headers from email replies, which can be useful for analyzing responses, debugging email delivery issues, or extracting metadata from reply emails.
Typical use cases include:
- Monitoring and analyzing email reply headers to improve campaign response handling.
- Debugging email deliverability by inspecting reply metadata.
- Automating workflows that depend on specific reply header information.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional parameters: - Limit: Number of results to return - Offset: Number of results to skip - Status: Campaign status (Active, Paused, Stopped) |
Note: For this specific operation ("Get Email Reply Headers" under "Smart Delivery"), no additional input properties are required beyond selecting the resource and operation.
Output
The node outputs a JSON array containing the data returned by the SmartLead API for the requested operation. For the Get Email Reply Headers operation, the output JSON includes the email reply headers retrieved from the service.
The exact structure depends on the API response but generally includes fields representing various email header details such as sender, recipient, subject, timestamps, and other metadata relevant to email replies.
If binary data were involved (not in this operation), it would be summarized accordingly, but here only JSON data is returned.
Dependencies
- Requires an API key credential for authenticating with the SmartLead API.
- The base URL for Smart Delivery operations is
https://smartdelivery.smartlead.ai/api/v1. - Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
- Invalid JSON Errors: Some operations require JSON input (e.g., test data). If invalid JSON is provided, the node throws an error indicating the issue and the item index. Ensure all JSON inputs are correctly formatted.
- Authentication Failures: If the API key credential is missing or incorrect, requests will fail. Verify the API key is valid and properly configured.
- Network Issues: Connectivity problems to the SmartLead API endpoints may cause request failures. Check network access and endpoint availability.
- Unexpected API Responses: If the API changes or returns unexpected data, the node might not handle it gracefully. Review API documentation and update the node or inputs accordingly.
Links and References
- SmartLead API Documentation (general reference for API endpoints and usage)
- Smart Delivery API Reference (specific to deliverability testing and related operations)
This summary covers the Smart Delivery resource's Get Email Reply Headers operation based on static code analysis of the node implementation and provided property definitions.