Facebook/Meta Conversion API for eCommerce Leads/Orders

Go to Workflow
354 views
Built by Omar Akoudad Omar Akoudad
Created on June 05, 2026

Description

This n8n workflow helps eCommerce businesses (especially in the Cash on Delivery space) send real-time order events to the Meta (Facebook) Conversions API, ensuring accurate event tracking and better ad attribution.

Features
Webhook Listener**: Accepts incoming order data (name, phone, IP, user-agent, etc.) via HTTP POST/GET.

Data Normalization**: Cleans and formats first_name, last_name, phone, and event_time according to Facebook's strict specs.

Data Hashing**: Securely hashes sensitive user data (SHA256), as required by Meta.

Full Custom Data Suppor**t: Pass order value, currency, and more.

Ideal For:
Shopify, WooCommerce, custom stores (Laravel, Node, etc.)

Businesses using Meta Ads and needing high-quality server-side tracking

Teams without access to full dev resources, but using n8n for automation

How It Works:

Receive Order from your store via Webhook or API.

Format & Normalize fields to match Facebook’s expected structure.

Encrypt Sensitive Fields using SHA256 (name, phone, email).

Send to Facebook via the Conversions API endpoint.

Requirements:
A Meta Business Manager account with Conversions API access

Your Access Token and Pixel ID set up in n8n credentials

Nodes Used (2)

Code
n8n-nodes-base.code
Facebook Graph API
n8n-nodes-base.facebookGraphApi