Actions48
- Custom Variable Actions
- Custom Variable Group Actions
- Event Actions
- Integration Actions
- Lead Actions
- Lead List Actions
Overview
This node operation deletes a lead from the system identified by a unique Lead ID. It is useful in scenarios where you need to remove outdated, incorrect, or unwanted lead records from your database or CRM system. For example, if a lead has unsubscribed or is no longer relevant for marketing campaigns, this operation helps maintain clean and accurate lead data.
Properties
| Name | Meaning |
|---|---|
| Lead ID | The unique identifier of the lead to be deleted. This is a required string input. |
Output
The output JSON typically contains confirmation of the deletion action. It may include status information such as success or failure of the delete request, and possibly metadata about the deleted lead. If the node supports binary data output, it would generally relate to any files or attachments associated with the lead, but this is not indicated in the provided code.
Dependencies
- Requires an API key credential for authentication to the external service at
https://api.notificacoesinteligentes.com. - The node uses HTTP requests to communicate with the external API.
- Proper configuration of the API authentication within n8n is necessary for successful execution.
Troubleshooting
Common Issues:
- Invalid or missing Lead ID will cause the operation to fail.
- Network issues or incorrect API credentials can prevent communication with the external service.
- Rate limiting or API downtime on the external service side may cause errors.
Error Messages:
- Authentication errors indicate invalid or missing API credentials; verify and update them accordingly.
- "Lead not found" errors suggest the provided Lead ID does not exist; double-check the ID.
- Timeout errors imply network or server responsiveness problems; retry after some time or check connectivity.
Links and References
- Notificações Inteligentes API Documentation (assumed base URL for API)
- n8n HTTP Request Node documentation for configuring authenticated API calls.