Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

This node operation "Criar Evento De Carrinho Abandonado" (Create Abandoned Cart Event) is designed to create an event related to a customer's abandoned shopping cart. It collects detailed customer information and product data from the cart, then sends this data as an event to an external system or service. This can be useful for marketing automation, retargeting campaigns, or analytics to recover lost sales by identifying customers who did not complete their purchase.

Practical examples include:

  • Triggering personalized email reminders to customers who left items in their cart.
  • Sending data to CRM or marketing platforms to analyze abandonment patterns.
  • Integrating with customer engagement tools to offer discounts or incentives based on abandoned carts.

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
Produtos List of products in the cart (required). Each product includes:
- Nome Do Produto: Product name (required)
- Quantidade Do Produto: Quantity of the product (required)
- Valor Do Produto: Value/price of the product (required)
Checkout Information about the checkout/order, including:
- Url: URL to return the customer to complete the purchase
- ID: Cart identification code

Output

The node outputs JSON data representing the created abandoned cart event. This output typically contains confirmation details or the response from the external system acknowledging the event creation. The structure will reflect the event data sent, including customer info and product details.

There is no indication that the node outputs binary data.

Dependencies

  • Requires connection to an external API or service that accepts event data for abandoned carts.
  • Needs an API key or authentication token configured in n8n credentials to authorize requests.
  • Proper network access and permissions to send data to the target endpoint.

Troubleshooting

  • Missing required fields: Ensure all mandatory properties like "Primeiro Nome", "Telefone", and "Produtos" are provided; otherwise, the node may fail.
  • Invalid product data: Each product must have a valid name, quantity, and value; incorrect or missing values can cause errors.
  • Authentication errors: Verify that the API key or authentication token is correctly set up and has sufficient permissions.
  • Network issues: Check connectivity to the external service endpoint.
  • Incorrect date format: The birthdate should follow the YYYY-MM-DD format; invalid formats might cause rejection.

Links and References

  • No direct links available from the source code.
  • For best practices on abandoned cart events, consider reviewing documentation of your marketing or CRM platform receiving these events.
  • General guidance on e-commerce event tracking and customer engagement strategies.

Discussion