Notificações Inteligentes icon

Notificações Inteligentes

NI Integration

Overview

This node operation removes specified tags from a lead in a marketing or CRM system. It is useful when you want to update the categorization or segmentation of leads by cleaning up outdated or irrelevant tags. For example, if a lead no longer fits a certain campaign segment, you can remove the associated tag to keep your lead data accurate and organized.

Properties

Name Meaning
Lead ID The unique identifier of the lead from which tags will be removed.
Tags A string specifying tags to be removed from the lead.
Selectable Tags A list of existing tags available in the account that can be selected for removal.
  • Lead ID is required.
  • Selectable Tags are dynamically loaded from the external service and represent tags already created in the user's account.

Output

The node outputs JSON data representing the result of the tag removal operation on the lead. This typically includes confirmation of the updated lead state or success status. There is no indication of binary data output.

Dependencies

  • Requires an API key credential to authenticate requests to the external service at https://api.notificacoesinteligentes.com.
  • Uses the external API endpoint /tags to load existing tags.
  • The node relies on n8n's HTTP request helper with authentication to communicate with the external service.

Troubleshooting

  • Common issues:

    • Invalid or missing Lead ID may cause the operation to fail.
    • Specifying tags that do not exist or are not associated with the lead might result in no changes.
    • Network timeouts or authentication failures when connecting to the external API.
  • Error messages:

    • Timeout errors indicate connectivity issues; verify network and API availability.
    • Authentication errors suggest invalid or expired API credentials; reconfigure the API key.
    • "Tag not found" or similar errors mean the specified tags do not exist; use the selectable tags list to avoid this.

Links and References

Discussion