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 API to provide comprehensive email marketing automation capabilities. Specifically, the Top Level Analytics operation under the Analytics & Stats resource retrieves high-level analytics data for a specified email campaign.
Use cases include:
- Quickly obtaining an overview of campaign performance metrics.
- Monitoring key statistics to optimize email marketing strategies.
- Integrating campaign analytics into automated workflows for reporting or decision-making.
For example, a marketer can use this node to fetch top-level analytics for a campaign to evaluate its overall engagement and effectiveness without manually logging into the SmartLead platform.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign for which to retrieve top-level analytics. |
| 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; options are Active, Paused, Stopped (default Active) |
Note: For the Top Level Analytics operation, only the Campaign ID is required. The additional fields are generally available but not specifically used in this operation.
Output
The node outputs JSON data containing the top-level analytics for the specified campaign. This typically includes aggregated statistics such as:
- Total emails sent
- Open rates
- Click rates
- Bounce counts
- Unsubscribe counts
- Other key performance indicators relevant to the campaign's email marketing effectiveness
The output is structured as an array of JSON objects, each representing a set of analytics data points. The exact structure depends on the SmartLead API response but generally provides summarized metrics for quick insights.
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
https://server.smartlead.ai/api/v1. - Proper permissions on the API key to access campaign analytics data are necessary.
Troubleshooting
- Invalid Campaign ID: If the provided campaign ID does not exist or is incorrect, the API will likely return an error. Verify the campaign ID before running the node.
- Authentication Errors: Ensure that the API key credential is valid and has sufficient permissions.
- Network Issues: Connectivity problems may cause request failures. Check network access to the SmartLead API endpoint.
- Empty or Unexpected Data: If the campaign has no activity or data, the output might be empty or minimal. Confirm that the campaign has recorded events.
- JSON Parsing Errors: These are unlikely in this operation since the node expects JSON responses, but malformed API responses could cause issues.
Links and References
- SmartLead API Documentation (general reference for API endpoints and data structures)
- n8n Documentation on HTTP Request Node (for understanding how API calls are made)
- Email Marketing Analytics Best Practices (external resources for interpreting campaign stats)
This summary focuses exclusively on the Analytics & Stats resource and the Top Level Analytics operation as requested.