I am using Make to get facebook leads into CRM using webhook but unable to get campaign name / form name

:bullseye: What is your goal?

Goal is to show which lead coming from which campaign or form

:thinking: What is the problem & what have you tried?

I am using Make to get facebook leads into CRM using webhook but unable to get campaign name / form name

1 Like

Hi @Firmli_Integrations ,

It seems the issue is that while your Make scenario is successfully capturing Facebook leads via the webhook, it’s not providing the campaign name or form name.

This usually happens because the standard webhook payload often only includes lead details and not the campaign or form information directly. To troubleshoot further and provide an exact solution, please share more information about what fields are missing, and if possible, provide screenshots of the mapping and where the issue occurs.

With these details, we can guide you step by step on how to get the campaign/form names mapped to each lead.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

Hi @Msquare_Automation

Thanks for considering my issue . I am attaching screen shot of mapping

1 Like

1 Like

Hello,

Welcome to the Community.

Your configuration is ok - please take a look at the data sent by Facebook Leads.

Your form submission is organic - so it cannot be assigned to a paid campaign.

"Is organic": true

You can adjust your JSON, for example:

{{if(2.isOrganic = "true"; "Organic"; 2.campaignId)}}

Remember to check mappings after pasting this function

Have a nice day,
Michal

2 Likes