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 "Get Mailbox Count" operation within the "Smart Delivery" resource of this node retrieves statistics about mailbox counts related to email deliverability testing and placement analysis. This operation is useful for users who want to monitor or analyze how many mailboxes are involved or affected in their smart delivery tests, helping them understand email placement and deliverability performance.
Practical scenarios include:
- Email marketers wanting to assess the number of mailboxes tested in a spam or placement test.
- Deliverability analysts tracking mailbox coverage for automated or manual placement tests.
- Teams monitoring mailbox count trends to optimize email campaigns and improve inbox placement rates.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional fields: - Limit: Number of results to return (number) - Offset: Number of results to skip (number) - Status: Campaign status filter with options: Active, Paused, Stopped |
Note: For this specific operation ("Get Mailbox Count"), the only input properties used are those defined under "Additional Fields" as per the provided JSON schema.
Output
The output json field contains the mailbox count statistics returned by the SmartLead API endpoint for mailbox counts. The structure typically includes data about the number of mailboxes counted in various contexts of the smart delivery tests.
Since the node interacts with an external API, the exact JSON structure depends on the API response but generally includes:
- Counts of mailboxes grouped by relevant criteria (e.g., test IDs, regions, providers).
- Metadata about the mailbox counts.
The node does not explicitly handle binary data for this operation.
Dependencies
- Requires an API key credential for authenticating requests to the SmartLead API.
- The base URL for the SmartLead API is
https://smartdelivery.smartlead.ai/api/v1. - Proper configuration of the API authentication credential in n8n is necessary.
- Network access to the SmartLead API endpoints must be available.
Troubleshooting
- Invalid JSON Errors: If you provide JSON input fields (not typical for this operation), ensure the JSON is valid. The node throws errors if JSON parsing fails.
- Authentication Failures: Ensure the API key credential is correctly configured and has sufficient permissions.
- API Endpoint Errors: Check that the SmartLead service is reachable and operational.
- Empty or Unexpected Results: Verify that the parameters such as limit, offset, and status are set correctly and that there is relevant data in your SmartLead account.
Links and References
- SmartLead API Documentation (generic link; replace with actual docs if available)
- n8n Documentation on Creating Custom Nodes
- General information on email deliverability and placement testing best practices.