SmartLead

Comprehensive SmartLead API integration for email marketing automation

Overview

This node integrates with the SmartLead API to provide comprehensive email marketing automation capabilities. Specifically, the Warmup Stats operation under the Analytics & Stats resource retrieves warmup statistics for a specified email account. Warmup stats typically include metrics that help monitor the health and progress of an email account's warmup process, which is crucial for improving deliverability and reputation when sending emails.

Common scenarios where this node is beneficial:

  • Monitoring the warmup progress of new or existing email accounts to ensure they are ready for large-scale campaigns.
  • Analyzing warmup performance trends to adjust sending strategies.
  • Automating reporting workflows that track email account readiness.

Practical example:

  • A user wants to check how many emails have been sent, opened, or bounced during the warmup phase of a particular email account. By providing the email account ID, the node fetches these statistics, enabling the user to make informed decisions about continuing or adjusting the warmup schedule.

Properties

Name Meaning
Email Account ID The unique identifier of the email account for which warmup statistics are requested.
Additional Fields Optional parameters to refine the query (not applicable for Warmup Stats operation).

Note: For the Warmup Stats operation, only the Email Account ID is required and used. The "Additional Fields" collection is defined but not utilized in this operation.

Output

The node outputs JSON data containing the warmup statistics related to the specified email account. The structure typically includes various metrics such as:

  • Number of emails sent during warmup
  • Open rates
  • Bounce rates
  • Status of the warmup process
  • Other relevant performance indicators provided by the SmartLead API

The output is returned as an array of JSON objects, each representing a data point or summary metric from the warmup stats response.

The node does not output binary data for this operation.

Dependencies

  • Requires an active connection to the SmartLead API via an API key credential configured in n8n.
  • The node uses the base URL https://server.smartlead.ai/api/v1.
  • Proper permissions on the SmartLead account to access email account warmup statistics.

Troubleshooting

  • Common issues:

    • Invalid or missing Email Account ID will result in errors or empty responses.
    • Network connectivity problems can cause request failures.
    • Insufficient API permissions may lead to authorization errors.
  • Error messages and resolutions:

    • "404 Not Found": The specified email account ID does not exist. Verify the ID.
    • "401 Unauthorized": API key credential is invalid or expired. Reconfigure credentials.
    • "400 Bad Request": Parameters are malformed or missing. Ensure Email Account ID is provided.
    • Timeout or network errors: Check internet connection and SmartLead service status.

Links and References

Discussion