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 operation Get Spam Test Email Content among many other operations. The "Get Spam Test Email Content" operation retrieves the content of an email used in spam testing to analyze deliverability and spam filter behavior.
Use cases for this node include:
- Retrieving the exact email content sent during spam tests to verify or audit what was tested.
- Automating email deliverability testing workflows by fetching test email content programmatically.
- Integrating spam test results into broader marketing automation or reporting pipelines.
Practical example:
- After running a spam placement test on SmartLead, you can use this node operation to fetch the tested email content and store it or analyze it further within your n8n workflow.
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: For the Smart Delivery > Get Spam Test Email Content operation, no additional input properties are required beyond the default parameters like testId if applicable (not explicitly listed in the provided JSON snippet but present in code).
Output
The node outputs a JSON array under the json field containing the data returned from the SmartLead API endpoint for the spam test email content. This typically includes the full email content used in the spam test, such as subject, body, sender details, and possibly metadata related to the test.
If binary data were involved (e.g., attachments), it would be summarized accordingly, but this operation returns JSON content only.
Dependencies
- Requires an API key credential for SmartLead API authentication configured in n8n.
- Makes HTTP requests to the SmartLead Smart Delivery API at
https://smartdelivery.smartlead.ai/api/v1. - No other external dependencies are needed.
Troubleshooting
- Invalid JSON errors: When providing JSON input parameters (e.g., manualTestData, automatedTestData), ensure the JSON is well-formed. Errors will indicate invalid JSON with the item index.
- API authentication failures: Ensure the API key credential is correctly set up and has permissions for Smart Delivery endpoints.
- Missing required parameters: Operations like "Get Spam Test Email Content" may require a valid
testId. Omitting these will cause errors. - Network or server errors: Check connectivity and SmartLead service status if requests fail unexpectedly.
Links and References
- SmartLead API Documentation (general reference; actual URL may vary)
- Smart Delivery API base URL:
https://smartdelivery.smartlead.ai/api/v1
This summary focuses on the Smart Delivery resource and the Get Spam Test Email Content operation as requested.