Facebook, TikTok, LinkedIn - leads integration

Facebook offline conversion integration

We are trying to add events to Facebook to better track our offline conversions with n8n.
We’ve already got the http request to Facebook working, at least it does not throw any Errors any more.
But the event does not show up on Facebook.

Here’s our test workflow and test data:
(ids and personal information is scrambled)

Test json
[
  {
    "data": [
      {
        "event_name": "qualifizierteLead",
        "event_time": 1681836716,
        "action_source": "system_generated",
        "user_data": {
          "lead_id": 9999955841568457
        },
        "custom_data": {
          "lead_event_source": "n8n",
          "event_source": "crm"
        }
      }
    ]
  }
]
N8NJ workflow
Answer from Facebook in the http request node
[
{
"events_received":1,
"messages":[
],
"fbtrace_id":"s4556a_3sdf654sdf5e66asd"
}
]
1 Like

I think it works now, we were just too impatient :sweat_smile:

But we are still looking for someone who knows how to work with Facebook apis.
Currently, about half of our Facebook leads get to us via Perspective (form hosting service) and the other half via Zapier, which send a http request to N8N.
We want to remove the Zapier part from our workflow.

We also have other social media platforms which currently use Zapier to send http requests to N8N.
(TikTok, LinkedIn, Facebook)

1 Like

@FelixL I’m available to help if you still need assistance migrating from Zapier to n8n.

Hi @toasty , are you available this week? Need help with our Heyreach + Zoho CRM Integration as well.

Hello @albertkedavra I can be of help with this.