Notificações Inteligentes icon

Notificações Inteligentes

NI Integration

Overview

The "Out for Delivery" operation of the Event resource is designed to send detailed event data related to an order that is currently out for delivery. This node captures comprehensive customer information, order details, product metadata, delivery parameters, and address data, then sends this structured event to an external service (likely a notification or tracking system).

This node is beneficial in e-commerce or logistics workflows where real-time updates about order delivery status need to be communicated to downstream systems, customers, or analytics platforms. For example, when an order leaves the warehouse and is en route to the customer, this node can trigger notifications or update tracking dashboards with relevant delivery information.

Practical examples:

  • Automatically notify customers via SMS or email when their order is out for delivery.
  • Update internal CRM or ERP systems with delivery status and tracking codes.
  • Trigger marketing automation workflows based on delivery events.

Properties

Name Meaning
First Name Customer’s first name (required)
Last Name Customer’s last name
Phone Customer phone number including country and area code (required)
Email Customer’s email address
Birth Date Customer’s birth date (format: YYYY-MM-DD)
Gender Customer’s gender
Tax ID (CPF/CNPJ) Customer’s tax document identification
IP Address Customer’s IP address
Currency Currency used by the customer (e.g., BRL, USD, GBP)
Products List of products in the order; each includes Product Name, Quantity, and Value (required)
Order ID Unique identifier of the order (required)
Order Products Total Value Sum of the values of all products in the order (required)
Order Total Value Total amount of the order including discounts and fees (required)
Discount Total discount amount applied to the order (required)
Status Current order status description for enrichment
Address Parameters Customer address details including City, Complement, Country, Neighborhood, Number, Postal Code, State, Street
Delivery Parameters Delivery-specific information such as Description, Fee Amount, Message, Tracking Code, Tracking URL, Estimated Delivery Date

Output

The node outputs JSON data representing the event sent to the external service. The output structure reflects the input properties mapped into a nested object format, including customer details, order information, product list, address, and delivery parameters.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external notification/tracking service.
  • Makes HTTP requests to the external API endpoint (base URL: https://api.notificacoesinteligentes.com).
  • The node depends on n8n's HTTP request helper methods for communication.
  • Proper configuration of credentials and network access to the external API is necessary.

Troubleshooting

  • Missing required fields: The node requires certain fields like First Name, Phone, Products, Order ID, and monetary values. Omitting these will likely cause errors or rejected requests.
  • Invalid date formats: The estimated delivery date must be provided in a valid ISO date format; otherwise, the API may reject the event.
  • API authentication failures: Ensure the API key credential is correctly configured and has sufficient permissions.
  • Network timeouts or connectivity issues: The node uses a 5-second timeout for API calls; slow networks or API downtime may cause failures.
  • Incorrect property mappings: Misconfigured property names or types could lead to malformed requests.

Links and References

Discussion