n8n nodes
Community nodes we build, use on client work, and maintain in the open. All MIT licensed, with no runtime dependencies.
Pages
| Page | Package | What it does |
|---|---|---|
| Meta Conversions API | n8n-nodes-meta-conversions-api | Send Meta (Facebook) Conversions API events from n8n, with normalization and SHA-256 hashing done to Meta's spec and your access token kept out of the workflow. |
| TikTok Events API | n8n-nodes-tiktok-events-api | Send TikTok Events API conversions from n8n, with normalization and SHA-256 hashing done to TikTok's spec and your access token kept out of the workflow. |
| Best practices | — | What Meta and TikTok actually tell you to do, quoted from their own docs: send events when they happen, deduplicate against the pixel, send every identifier, and judge the setup on event match quality rather than the response. |
Installing a community node
In n8n: Settings, Community nodes, Install, then enter the package name. On self-hosted n8n you can install from the command line instead.
Note
Community nodes need n8n 0.187 or later, and the instance owner has to enable them under Settings. On n8n Cloud, only verified nodes are installable.