Actions37
- 🎯 Campaign Management Actions
- 👥 Lead Management Actions
- 📧 Email Accounts Actions
- 📊 Analytics & Stats Actions
Overview
This node integrates with the SmartLead API to manage leads within email marketing campaigns. Specifically, the "Resume" operation under the "Lead Management" resource allows users to resume a paused lead in a specific campaign. This is useful when you want to reactivate communication or engagement with a lead that was previously paused, for example, after resolving an issue or updating lead information.
Practical examples:
- Resuming a lead who had temporarily paused email sequences due to incorrect contact details.
- Reactivating leads after a manual review or qualification process.
- Restarting outreach to leads who requested a pause but are now ready to engage again.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign where the lead exists. |
| Lead ID | The unique identifier of the lead to be resumed in the specified campaign. |
| Additional Fields | (Not applicable for Resume operation; present for other operations) |
Output
The node outputs JSON data representing the response from the SmartLead API after resuming the lead. Typically, this will include confirmation of the lead's status change or updated lead details. The output is structured as an array of JSON objects, each corresponding to an input item processed.
No binary data output is involved in this operation.
Dependencies
- Requires an active API key credential for SmartLead API authentication.
- The node makes HTTP requests to
https://server.smartlead.ai/api/v1. - Proper configuration of the API credential in n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing Campaign ID or Lead ID parameters will cause the API call to fail.
- Network connectivity problems can prevent reaching the SmartLead API endpoint.
- Insufficient permissions or invalid API credentials may result in authorization errors.
Error messages and resolutions:
"404 Not Found": Verify that the Campaign ID and Lead ID exist and are correct."401 Unauthorized": Check that the API key credential is valid and properly configured."400 Bad Request": Ensure all required parameters are provided and correctly formatted.- If the node throws an error related to request failure, confirm network access and API availability.
Links and References
- SmartLead API Documentation (Assumed URL based on base URL)
- n8n Documentation on HTTP Request Node (for understanding underlying request mechanics)