Question:
Hello, I’m integrating wix CRM with Make to get my Facebook Leads to wix crm directly, but I have some probleme with the wix configuration, can anny one help me please ?
Product:
Wix API ( On the make documentation, they said that I need to create an API to get the data from Facebook Ads to Wixx CRM
What are you trying to achieve:
to add the leads from my facebook ads directly to wix CRM
What have you already tried:
I’ve tried to follow the documentation one the “MAke” guide lines
Do you have code that isn’t working? If so can you share it?
Not sure if “Integromat/Make” supports Wix anymore. Faster way to do it is to get the leads in make, and then run a post function to wix containing the data. Exposing a Site API with HTTP Functions
Using this data, then add a contact into Wix CRM https://www.wix.com/velo/reference/wix-crm-backend/contacts/createcontact
2 Likes
Yes of curse, I’ll share with you some screen capture
Thank you for your help
I’m not a very advanced in coding and web development, I’ll will try to real the documentation and see if it will be easy to understand, thank you for your response !
These docs may help you: Create Contact | REST
For example the query to the API in the screenshot above is sending the key firstname
but it shouldn’t be supplied there instead it should be supplied as info.name.first
. You’ll also need to look at the Make document to understand how to supply the info in the correct format as we can’t support Make here. Though to give you a hint the format looks like a standard JSON object.