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 Sender Account Report operation in this node fetches a report on sender accounts related to email deliverability testing and placement analysis. This operation is part of the broader Smart Delivery resource, which focuses on email deliverability testing, spam filtering, and placement insights.
This node operation is useful for marketers, email campaign managers, and deliverability specialists who want to analyze how their sender accounts perform in terms of deliverability, reputation, and placement across different providers or regions. It helps identify issues with sender accounts that might affect email inbox placement or trigger spam filters.
Practical example:
A user running an email marketing campaign can use this operation to retrieve detailed reports about each sender account's performance, helping them optimize sending practices or troubleshoot deliverability problems.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional parameters: |
| - 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 this specific operation ("Get Sender Account Report"), the node does not require additional input properties beyond selecting the operation itself. The provided "Additional Fields" property is defined generally for other operations but is not explicitly used here.
Output
- The output JSON contains the data returned by the Smart Delivery API endpoint
/reports/sender-account. - This data typically includes metrics and statistics about sender accounts such as deliverability rates, reputation scores, placement results, and possibly timestamps or identifiers.
- The output is structured as an array of JSON objects, each representing a sender account report entry.
- 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 endpoints is
https://smartdelivery.smartlead.ai/api/v1. - The node uses HTTP GET method to fetch the sender account report.
- Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
- Invalid JSON errors: Not applicable for this operation since it does not require JSON input.
- API Authentication Errors: Ensure the API key credential is correctly configured and has permissions to access Smart Delivery reports.
- Empty or missing data: If the report returns empty, verify that sender accounts exist and have recent activity.
- Rate limits or timeouts: Large datasets may cause delays; consider using pagination if supported.
- Network issues: Confirm network connectivity to
smartdelivery.smartlead.ai.
Links and References
- SmartLead API Documentation (general reference, actual Smart Delivery docs may be under a subdomain)
- Email Deliverability Best Practices (external resources)
- n8n HTTP Request Node documentation (for understanding API calls)
Summary
This node operation provides a straightforward way to retrieve sender account reports from the Smart Delivery service within the SmartLead platform, enabling users to monitor and analyze email sender performance to improve deliverability outcomes.