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 accounts, campaigns, leads, and related entities. Specifically, for the Email Account - Create operation, it allows users to create a new email account in the Smartlead system by specifying various details about the account.
This node is beneficial when automating the setup of email accounts used in outreach or marketing campaigns managed through Smartlead.ai. For example, you can programmatically add multiple email accounts with custom configurations without manually entering them in the Smartlead dashboard.
Properties
| Name | Meaning |
|---|---|
| Email Account Details | A collection of key-value pairs representing details of the email account to create. Keys are names of the details (e.g., from_name), and values are their corresponding settings. Multiple detail entries can be added. |
Output
The output JSON contains the response from the Smartlead.ai API after creating the email account. This typically includes information about the newly created email account such as its ID, status, and any other metadata returned by the API.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Smartlead.ai API.
- Requires an API authentication token credential configured in n8n to authorize requests.
- The base URL for API requests is
https://server.smartlead.ai/api/v1.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Incorrect or incomplete email account details may result in API validation errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication errors usually indicate invalid or missing API keys; verify your credential configuration.
- Validation errors from the API will specify which fields are incorrect or missing; ensure all required details are provided.
- Timeout or network errors suggest connectivity issues; check your internet connection and API server status.
Links and References
- Smartlead.ai API Documentation (for detailed API endpoints and parameters)
- n8n documentation on HTTP Request Node (conceptual reference for API calls)