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 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
jsonfield 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!