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 provides integration with the SmartLead API, focusing on email marketing campaign management. Specifically, the Export Data operation under the šÆ Campaign Management resource allows users to export data related to a specific email campaign.
This operation is useful when you want to extract campaign-related data for reporting, backup, or further analysis outside of the SmartLead platform. For example, you might export campaign results to feed into a business intelligence tool or archive campaign details after completion.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign whose data you want to export. |
| Additional Fields | Optional parameters to refine the export: |
| - Limit | Number of results to return (default 100). |
| - Offset | Number of results to skip before starting to collect results (default 0). |
| - Status | Filter campaigns by status; options are Active, Paused, or Stopped (default Active). |
Note: For the Export Data operation, only the Campaign ID and optionally Additional Fields (limit, offset, status) are relevant.
Output
The output JSON contains the exported campaign data returned from the SmartLead API. This typically includes detailed information about the campaign's leads, performance metrics, or other campaign-specific data depending on what the API returns for the export endpoint.
- The output is structured as an array of JSON objects representing the exported data entries.
- No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the SmartLead API via an API key credential configured in n8n.
- The node makes HTTP requests to
https://server.smartlead.ai/api/v1/campaigns/{campaignId}/export. - Proper API permissions must be granted to allow exporting campaign data.
Troubleshooting
- Invalid Campaign ID: If the provided campaign ID does not exist or is incorrect, the API will likely return an error. Verify the campaign ID is correct.
- API Authentication Errors: Ensure the API key credential is valid and has sufficient permissions.
- JSON Parsing Errors: Since this operation does not require JSON input beyond simple parameters, errors here are unlikely unless additional fields are malformed.
- Rate Limits: Large exports may hit API rate limits; consider using the
limitandoffsetparameters to paginate results.
Links and References
- SmartLead API Documentation (general reference for endpoints)
- SmartLead Campaign Export Endpoint (specific endpoint used)
If you need details on other operations or resources, feel free to ask!