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's Smart Delivery resource, specifically supporting the operation to Get Sender Account List. It allows users to retrieve a list of sender accounts used for email deliverability testing and placement analysis.
Typical use cases include:
- Fetching all sender accounts configured in SmartLead to monitor or manage email sending identities.
- Integrating sender account data into automated workflows for email marketing or deliverability monitoring.
- Using the sender account list as part of broader email campaign optimization or troubleshooting processes.
Example scenario: A marketer wants to pull all sender accounts from SmartLead to verify which email addresses are currently active for sending test emails and analyze their performance.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional fields to customize requests (not applicable for this operation). |
For this specific operation ("Get Sender Account List" under "Smart Delivery"), no additional input properties are required or supported beyond the default resource and operation selectors.
Output
The node outputs a JSON array under the json field containing the list of sender accounts retrieved from the SmartLead API endpoint:
- Each item in the array represents a sender account object with details such as sender email, name, status, and other metadata provided by the SmartLead service.
- The output is structured as an array of objects, each corresponding to one sender account.
- No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the SmartLead API.
- The node makes HTTP requests to the SmartLead Smart Delivery API base URL:
https://smartdelivery.smartlead.ai/api/v1. - Proper configuration of the API authentication credential in n8n is necessary for successful requests.
Troubleshooting
- Invalid JSON errors: Not applicable for this operation since it does not require JSON input.
- Authentication errors: Ensure that the API key credential is correctly set up and has permissions to access Smart Delivery endpoints.
- Empty results: If the returned sender account list is empty, verify that sender accounts exist in the SmartLead platform and that the authenticated user has access rights.
- Network or API errors: Check network connectivity and SmartLead API status if requests fail.
Links and References
- SmartLead API Documentation (general reference; specific Smart Delivery endpoints may be documented there)
- SmartLead official website: https://smartlead.ai
This summary focuses on the Smart Delivery > Get Sender Account List operation extracted from the provided source code and property definitions.