Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

This node is designed to create a "Password Reset Event" within an event management or customer interaction system. It captures key customer details and generates an event that signals a password reset action, typically used in workflows where user authentication or account recovery processes are automated.

Common scenarios for this node include:

  • Triggering follow-up actions after a user requests a password reset.
  • Logging password reset attempts for security auditing.
  • Integrating with CRM or marketing tools to track user engagement related to account security.

For example, when a customer initiates a password reset on a website, this node can be used to send the event data to an external system, enabling further processing such as sending notification emails or updating user profiles.

Properties

Name Meaning
Primeiro Nome Customer's first name (required)
Sobrenome Customer's last name
Telefone Customer's phone number including country code and area code (required)
Email Customer's email address
CPF/CNPJ Customer's document number (CPF or CNPJ)
Data De Nascimento Customer's birthdate in format YYYY-MM-DD
Gênero Customer's gender
Moeda Currency type used by the customer (e.g., BRL, USD, GBP)
IP Customer's IP address
URL Para Redefinição De Senha Link for resetting the password (required)

Output

The node outputs JSON data representing the created password reset event. This output typically includes all the input properties along with any additional metadata generated during event creation. The structure allows downstream nodes or systems to consume detailed information about the password reset request.

No binary data output is expected from this node.

Dependencies

  • Requires an API key credential or similar authentication token configured in n8n to connect to the external event management service.
  • The node depends on the external service's API endpoint to create events.
  • Proper network connectivity and permissions to access the external API are necessary.

Troubleshooting

  • Missing Required Fields: Errors may occur if required fields like "Primeiro Nome", "Telefone", or "URL Para Redefinição De Senha" are not provided. Ensure these inputs are correctly set.
  • Invalid Field Formats: For example, the birthdate should follow the YYYY-MM-DD format; incorrect formats might cause API rejections.
  • Authentication Failures: If the API key or credentials are invalid or missing, the node will fail to create the event. Verify credential configuration.
  • Network Issues: Timeouts or connection errors indicate network problems or incorrect API URLs.
  • API Limitations: The external service might impose rate limits or restrictions; monitor error messages for such indications.

Links and References

  • No direct links available from the source code.
  • Refer to your external event management service's API documentation for detailed information on event creation and required parameters.

Discussion