Actions39
- Campaign Actions
- Campaign Statistic Actions
- Client Actions
- Email Account Actions
- Lead Actions
- Master Inbox Actions
- Webhook Actions
Overview
This node integrates with the Smartlead.ai API to manage various aspects of email marketing campaigns, leads, email accounts, and related statistics. Specifically, for the Email Account resource and the Get Warmup Stats operation, it fetches warmup statistics for a specified email account. Email warmup is a process used to gradually increase the sending volume of a new or dormant email account to improve deliverability and avoid spam filters.
This operation is beneficial when you want to monitor the progress and effectiveness of your email account warmup process, helping ensure that your emails reach recipients' inboxes reliably.
Practical example:
You have added a new email account to your campaign and enabled warmup. Using this node operation, you can periodically retrieve warmup stats such as daily sending limits, success rates, or engagement metrics to adjust your warmup strategy accordingly.
Properties
| Name | Meaning |
|---|---|
| Account ID | The unique identifier of the email account for which to fetch warmup statistics. This is a required string input. |
Output
The output JSON contains the warmup statistics data returned by the Smartlead.ai API for the specified email account. This typically includes metrics related to the warmup process such as sending volumes, success/failure counts, and other relevant statistics that help assess the health and progress of the email account warmup.
No binary data is output by this operation.
Dependencies
- Requires an active connection to the Smartlead.ai API.
- Requires an API authentication credential configured in n8n (an API key or token).
- The base URL for API requests is
https://server.smartlead.ai/api/v1.
Troubleshooting
Common issues:
- Invalid or missing Account ID: Ensure the Account ID provided is correct and corresponds to an existing email account in Smartlead.
- Authentication errors: Verify that the API credential is valid and has sufficient permissions.
- Network or API downtime: Check connectivity and Smartlead service status.
Error messages:
- Errors from the API will be propagated, often indicating invalid parameters or authorization failures.
- If the node throws an error about missing parameters, confirm that the "Account ID" property is set and not empty.
Links and References
- Smartlead.ai API Documentation (general reference for API endpoints and usage)
- n8n documentation on HTTP Request Node for understanding how API calls are made within n8n nodes