SmartLead icon

SmartLead

Comprehensive SmartLead API integration for email marketing automation

Overview

This node integrates with the SmartLead platform, providing a comprehensive interface to manage email marketing campaigns, leads, email accounts, analytics, smart delivery tests, webhooks, and smart sender domains. Specifically, for the Smart Delivery resource and the Get Region Provider IDs operation, it retrieves a list of provider IDs categorized by region from the SmartLead Smart Delivery service.

This operation is useful when you want to understand or utilize the available email delivery providers segmented by geographic regions, which can help optimize email deliverability testing and placement analysis.

Practical example:
You might use this operation to fetch all region-specific email providers before creating targeted placement tests or analyzing deliverability performance across different regions.

Properties

Name Meaning
Additional Fields Collection of optional fields:
- Limit: Number of results to return (default 100)
- Offset: Number of results to skip (default 0)
- Status: Campaign status filter with options: Active, Paused, Stopped

Note: The provided properties JSON applies generally but for the Smart Delivery > Get Region Provider IDs operation, no additional input parameters are required or used.

Output

The output is a JSON array containing data about region-wise provider IDs retrieved from the Smart Delivery API endpoint:

  • The json field contains an array of objects representing providers grouped by region.
  • Each object typically includes identifiers and metadata about the email delivery providers available in each region.

No binary data output is involved in 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 to fetch region provider data.
  • Proper configuration of the SmartLead API credentials in n8n is necessary.

Troubleshooting

  • Invalid JSON errors: Not applicable for this operation as it does not require JSON input.
  • Authentication errors: Ensure that the API key credential is correctly configured and has permissions to access Smart Delivery endpoints.
  • Network or connectivity issues: Verify network access to smartdelivery.smartlead.ai.
  • Empty or unexpected response: Confirm that the SmartLead account has active region providers configured; otherwise, the response may be empty.

Links and References

  • SmartLead API Documentation (general reference, actual Smart Delivery docs may be part of this)
  • Smart Delivery API base URL: https://smartdelivery.smartlead.ai/api/v1

If you need details on other operations or resources, feel free to ask!

Discussion