Block 1 - Normalize data
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
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 bet...
n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.facebookgraphapi, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.manualtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Omar Akoudad.
Original n8n.io sourceThis 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.
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 Support: Pass order value, currency, and more.
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
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.
A Meta Business Manager account with Conversions API access
Your Access Token and Pixel ID set up in n8n credentials
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Facebook/Meta conversion API for eCommerce leads/orders |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Social Media |
| Author | Omar Akoudad |
| Published | 23 Jun 2025 |
Use the JSON export at /data/workflows/5136/5136.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 bet...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.