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 Smart Delivery - Get Spam Test Details operation retrieves detailed information about a specific spam or placement test by its unique Test ID. This node is part of the SmartLead integration, which provides comprehensive email marketing automation features including deliverability testing.
This operation is useful when you want to analyze the results and status of a spam test conducted on your email campaigns to understand how your emails perform against spam filters and placement criteria. For example, marketers can use this to verify if their emails are landing in inboxes or being flagged as spam, enabling them to optimize content or sending practices accordingly.
Practical scenarios include:
- Checking the outcome of a spam test after launching an email campaign.
- Monitoring ongoing automated spam tests for deliverability issues.
- Gathering data to improve sender reputation and email content quality.
Properties
| Name | Meaning |
|---|---|
| Test ID | The unique identifier of the spam/placement test whose details you want to retrieve. |
| Additional Fields | Not applicable for this operation (present in other operations). |
Output
The output JSON contains detailed information about the specified spam test. This typically includes:
- Test metadata such as test ID, creation date, and status.
- Results from various spam filters and email providers.
- Placement analysis showing where emails landed (inbox, spam folder, etc.).
- Performance metrics and any errors encountered during the test.
The exact structure depends on the API response but generally provides comprehensive insights into the spam test's effectiveness and outcomes.
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 makes authenticated HTTP requests to the SmartLead Smart Delivery API endpoint:
https://smartdelivery.smartlead.ai/api/v1/spam-test/{testId}
Troubleshooting
- Invalid Test ID: If the provided Test ID does not exist or is malformed, the API will likely return an error. Ensure the Test ID is correct and corresponds to an existing spam test.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Verify that the API key credential is correctly set up in n8n.
- Network Issues: Connectivity problems may prevent the node from reaching the SmartLead API. Check network access and proxy settings if applicable.
- JSON Parsing Errors: Although this operation does not require JSON input beyond the Test ID string, ensure no extra malformed JSON is provided in other parameters.
Links and References
- SmartLead API Documentation (general reference for API endpoints)
- Smart Delivery Spam Testing Overview (product feature page)
If you need details on other operations or resources, feel free to ask!