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
The node integrates with the SmartLead API, providing a comprehensive interface for managing various aspects of email marketing automation. Specifically, the Smart Senders - Search Domain operation allows users to search for available domains related to smart sender services. This is useful when you want to find and verify domain names that can be used for sending emails or generating mailboxes within your email marketing campaigns.
Typical use cases include:
- Checking if a specific domain is available for use in your email campaigns.
- Automating domain verification as part of setting up new sender identities.
- Integrating domain search into workflows that manage mailbox generation or domain-related configurations.
Example: You want to verify if "example.com" is available as a sending domain before creating mailboxes or placing orders for mailboxes on that domain.
Properties
| Name | Meaning |
|---|---|
| Domain Search Query | The domain name string to search for availability or information about it. |
| Additional Fields | (Not applicable for this operation) |
The node input property relevant to this operation is:
- Domain Search Query: A required string input where you specify the domain name you want to search.
Output
The output JSON contains the data returned by the SmartLead API for the domain search request. Typically, this will include details about the domain's availability, status, and possibly metadata related to the domain's suitability for smart sending or mailbox generation.
The output structure is an array of JSON objects representing the domain search results under the json field of each item.
This node does not output binary data for this operation.
Dependencies
- Requires an API key credential for authenticating with the SmartLead API.
- The base URL for API requests is
https://server.smartlead.ai/api/v1. - The node uses HTTP GET method to query the domain search endpoint.
- No additional environment variables are needed beyond the API authentication setup.
Troubleshooting
- Invalid domain query: If the domain query string is empty or malformed, the API may return an error or no results. Ensure the domain name is correctly formatted.
- Authentication errors: If the API key credential is missing or invalid, requests will fail with authentication errors. Verify the API key configuration.
- Network issues: Connectivity problems to
server.smartlead.aiwill cause request failures. Check network access and firewall settings. - Unexpected API response: If the API changes or returns unexpected data, the node might throw errors or produce empty outputs. Review API documentation and update the node accordingly.
Links and References
- SmartLead API Documentation (general reference for API endpoints)
- SmartSenders Domain Search Endpoint (if publicly available)
This summary focuses exclusively on the Smart Senders resource and the Search Domain operation as requested.