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 Mailbox Summary operation in this node fetches summary information about mailboxes related to email deliverability testing and placement analysis. This operation is part of the broader SmartLead API integration, which supports various email marketing automation tasks.
This operation is useful when you want to obtain an overview or aggregated data about mailboxes used in smart delivery tests, helping marketers and email administrators analyze mailbox performance, deliverability, and placement results.
Practical examples:
- Retrieve a summary report of all mailboxes involved in your email deliverability tests.
- Use the mailbox summary data to monitor how different mailboxes perform across campaigns.
- Integrate mailbox summary insights into dashboards for ongoing email health monitoring.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional parameters to refine the request (e.g., Limit, Offset, Status). |
For this specific operation ("Get Mailbox Summary") under the "Smart Delivery" resource, the provided properties JSON shows only the "Additional Fields" collection with options:
- Limit: Number of results to return (number).
- Offset: Number of results to skip (number).
- Status: Campaign status filter with options:
- Active
- Paused
- Stopped
These fields allow controlling pagination and filtering of the mailbox summary data.
Output
The output of this operation is a JSON array containing mailbox summary information as returned by the SmartLead API endpoint https://smartdelivery.smartlead.ai/api/v1/mailbox-summary.
- The exact structure depends on the API response but typically includes aggregated statistics or metadata about mailboxes.
- Each item in the output corresponds to one mailbox summary record.
- No binary data output is indicated for 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 for this operation.
- Proper configuration of the SmartLead API credentials in n8n is necessary.
Troubleshooting
- Invalid JSON errors: Not applicable here since this operation does not require JSON input.
- Authentication errors: Ensure the API key credential is correctly configured and has permissions for Smart Delivery endpoints.
- Network or timeout issues: Verify network connectivity to
smartdelivery.smartlead.ai. - Empty or unexpected responses: Check if the "Additional Fields" filters (like limit, offset, status) are set correctly; incorrect filters might result in no data.
- API changes: If the API endpoint changes or requires additional parameters, update the node accordingly.
Links and References
- SmartLead API Documentation (general reference for API endpoints)
- Smart Delivery API Reference (for mailbox summary and related operations)
Note: This summary is based solely on static code analysis of the provided source code and property definitions.