Actions45
- Evento Actions
- Criar Evento De Acesso Concedido
- Criar Evento De Aguardando Pagamento
- Criar Evento De Boleto Impresso
- Criar Evento De Carrinho Abandonado
- Criar Evento De Nota Nps
- Criar Evento De Pacote Aguardando Retirada
- Criar Evento De Pacote Saiu Para Entrega
- Criar Evento De Pedido Cancelado
- Criar Evento De Pedido Despachado
- Criar Evento De Pedido Entregue
- Criar Evento De Pedido Estornado
- Criar Evento De Pedido Pago
- Criar Evento De Pedido Processando
- Criar Evento De Pesquisa Nps
- Criar Evento De Progresso De Envio
- Criar Evento De Redefinicao De Senha
- Gerenciamento Da Conta Actions
- Grupo De Variável Customizada Actions
- Integração Actions
- Lead Actions
- Lista De Lead Actions
- Variável Customizada Actions
Overview
This node is designed to create a "Password Reset Event" within an event tracking or customer interaction system. It captures detailed customer information along with a URL for password reset, enabling workflows that respond to password reset requests. This can be useful in scenarios such as triggering notifications, logging security events, or integrating with CRM systems when a user initiates a password reset.
Practical examples include:
- Sending an email or SMS notification to the user after they request a password reset.
- Logging the event for security auditing.
- Updating customer profiles or analytics platforms with password reset activity.
Properties
| Name | Meaning |
|---|---|
| Primeiro Nome (first_name) | Customer's first name (required). |
| Sobrenome (last_name) | Customer's last name (optional). |
| Telefone (phone) | Customer's phone number including country code and area code (required). |
| Data De Nascimento (birthdate) | Customer's birth date in format YYYY-MM-DD (optional). |
| Moeda (currency) | Currency type used by the customer, e.g., BRL, USD, GBP (optional). |
| Gênero (gender) | Customer's gender (optional). |
| Email (email) | Customer's email address (optional). |
| CPF/CNPJ (cpf_cnpj) | Customer's document number (CPF or CNPJ) (optional). |
| IP (ip) | Customer's IP address (optional). |
| URL Para Redefinição De Senha (urlchangepassword) | Link for resetting the password (required). |
Output
The node outputs JSON data representing the created password reset event. This typically includes confirmation of the event creation and may echo back the input data or provide identifiers related to the event record.
No binary data output is indicated.
Dependencies
- Requires an API key or authentication token to connect to the external event management or integration service.
- The node depends on proper configuration of credentials within n8n to authenticate requests.
- No additional external libraries are explicitly required beyond those bundled with the node.
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 are filled correctly.
- Invalid Field Formats: For example, the birthdate should follow the YYYY-MM-DD format; incorrect formats might cause errors.
- Authentication Failures: If the API key or authentication token is invalid or missing, the node will fail to create the event.
- Network Issues: Connectivity problems to the external service can cause timeouts or failures.
To resolve these issues:
- Double-check all required inputs.
- Validate field formats before execution.
- Verify credential setup in n8n.
- Ensure network connectivity to the external API endpoint.
Links and References
- No direct links available from the source code.
- Users should refer to their event management platform's API documentation for details on event creation and required parameters.