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 API, providing comprehensive email marketing automation capabilities. Specifically, for the Smart Senders resource and the Get Vendors operation, it retrieves a list of available vendors related to domain management and mailbox generation services.
Use cases include:
- Fetching vendor information to select appropriate providers for domain or mailbox services.
- Automating workflows that require dynamic access to vendor lists for email sending infrastructure.
- Integrating vendor data into broader marketing or IT automation pipelines.
Example: Automatically retrieve the list of smart sender vendors to populate options in a subsequent step that configures mailbox generation or domain management.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional parameters: - Limit: Number of results to return (number) - Offset: Number of results to skip (number) - Status: Campaign status filter with options: Active, Paused, Stopped |
Note: For the "Get Vendors" operation under "Smart Senders", no additional input properties are required beyond the default ones.
Output
The node outputs JSON data under the json field containing the response from the SmartLead API endpoint for vendors. The structure typically includes an array of vendor objects with details such as vendor names, IDs, and possibly other metadata provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the SmartLead API.
- The base URL used is
https://server.smartlead.ai/api/v1. - Proper configuration of the API authentication credential within n8n is necessary.
- Network access to the SmartLead API endpoints must be allowed.
Troubleshooting
- Invalid JSON Errors: If any JSON input fields are malformed (not applicable directly for Get Vendors but relevant for other operations), the node throws errors indicating invalid JSON. Ensure all JSON inputs are correctly formatted.
- Authentication Failures: If the API key or credentials are incorrect or missing, requests will fail. Verify the API key credential setup.
- API Rate Limits or Quotas: Excessive requests may lead to rate limiting; consider adding delays or handling retries.
- Empty or Unexpected Responses: Check if the API endpoint is correct and the service is operational. Also verify if any filters (like status) are set incorrectly.
Links and References
- SmartLead API Documentation (general reference for API endpoints)
- n8n documentation on HTTP Request Node for understanding request configurations
- n8n community forums for troubleshooting API integrations
This summary focuses exclusively on the Smart Senders resource and the Get Vendors operation as requested.