Notificações Inteligentes icon

Notificações Inteligentes

NI Integration

Overview

This node operation creates a new lead list in an external system. It is useful when you want to organize leads into specific groups or segments dynamically during your workflow automation. For example, you might create a new list for leads collected from a particular campaign or event, enabling targeted communication or follow-up actions.

Properties

Name Meaning
List Name Name of the new list to create

The "List Name" property is a required string input where you specify the name of the lead list you want to create.

Output

The node outputs JSON data representing the newly created lead list. This typically includes details such as the list's unique identifier, name, and type. The exact structure depends on the external API response but generally confirms successful creation and provides metadata about the list.

No binary data output is involved in this operation.

Dependencies

  • Requires access to an external API at https://api.notificacoesinteligentes.com.
  • Needs an API authentication token or key configured in n8n to authorize requests.
  • The node uses HTTP requests with authentication to interact with the external service.

Troubleshooting

  • Common issues:

    • Authentication failures due to missing or invalid API credentials.
    • Network timeouts or connectivity problems reaching the external API.
    • Validation errors if the "List Name" is empty or contains invalid characters.
  • Error messages:

    • Timeout errors may indicate network issues or slow API responses; increasing timeout settings or checking connectivity can help.
    • Authentication errors require verifying that the API key/token is correctly set up in n8n credentials.
    • API validation errors usually include messages about the list name; ensure it meets the external service's naming rules.

Links and References

Discussion