Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

The node is designed to delete a Lead resource based on a unique identifier. It is useful in scenarios where you need to remove a specific lead from your system or database, such as cleaning up outdated or incorrect lead entries.

Properties

Name Meaning
ID Do Lead The unique identifier of the lead to delete

Output

The output JSON will typically confirm the deletion status of the specified lead. It may include fields indicating success or failure of the operation and possibly details about the deleted lead. No binary data output is expected.

Dependencies

  • Requires an API key or authentication token to access the external service managing leads.
  • The node depends on the external service's API endpoint for deleting leads by their unique ID.
  • Proper configuration of credentials within n8n is necessary to authorize the delete operation.

Troubleshooting

  • Common Issues:
    • Providing an invalid or non-existent lead ID will result in an error or no action.
    • Missing or incorrect API credentials will cause authentication failures.
  • Error Messages:
    • "Lead not found" indicates the provided ID does not match any existing lead.
    • Authentication errors suggest issues with the API key or token; verify credentials and permissions.
  • Resolution:
    • Double-check the lead ID before attempting deletion.
    • Ensure that the API credentials are correctly configured and have sufficient permissions.

Links and References

  • Refer to the external service's API documentation for lead management and deletion endpoints.
  • Consult n8n documentation on setting up API credentials and using HTTP request nodes if custom integration is needed.

Discussion