Actions39
- Campaign Actions
- Campaign Statistic Actions
- Client Actions
- Email Account Actions
- Lead Actions
- Master Inbox Actions
- Webhook Actions
Overview
This node integrates with the Smartlead.ai API to manage email marketing campaigns, leads, email accounts, and related resources. Specifically, for the Email Account - Get operation, it fetches detailed information about a specific email account by its ID. This is useful when you want to retrieve configuration or status details of an email account used in your campaigns.
Common scenarios include:
- Retrieving email account details to verify setup before sending campaigns.
- Monitoring email account status or settings programmatically.
- Integrating email account data into workflows for reporting or automation.
Example: You have multiple email accounts connected to your Smartlead campaigns and want to fetch the details of one particular account to check its configuration or usage statistics.
Properties
| Name | Meaning |
|---|---|
| Account ID | The unique identifier of the email account to fetch. |
Output
The node outputs a JSON object representing the email account's details as returned by the Smartlead.ai API. This typically includes fields such as the account's configuration, status, credentials metadata, and any other relevant properties managed by Smartlead.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Smartlead.ai API.
- Needs an API authentication token configured in n8n credentials (referred generically as "an API key credential").
- The base URL for API requests is
https://server.smartlead.ai/api/v1.
Troubleshooting
- Invalid Account ID: If the provided Account ID does not exist or is incorrect, the API will likely return an error indicating the resource was not found. Verify the Account ID is correct.
- Authentication Errors: Ensure that the API key credential is valid and has sufficient permissions to access email account data.
- Network Issues: Connectivity problems to the Smartlead API endpoint can cause request failures. Check network access and proxy settings if applicable.
- API Rate Limits: Excessive requests may be throttled by the API. Implement retry logic or reduce request frequency if needed.
Links and References
- Smartlead.ai API Documentation (generic link, replace with actual if available)
- n8n Documentation on HTTP Request Node for understanding API calls within n8n.