API2
onrealty at August 11th, 2021 07:38 — #1
Could you please help setup the Facebook lead integration to one page crm via automation tool called "integromate"?
It is requesting few information which i am going to put in the screenshot below.
https://www.screencast.com/t/HdufsFWHU3
kevin at August 11th, 2021 11:22 — #2
Hi onrealty,
I have never used integromate but looks like a cool tool. Will do my best to help.
I note that you are using the basic "Make request" HTTP action. However there seems to be a "basic auth" http request type. This will be easier than manually building the auth headers yourself. Note the "Make basic Auth request" below which can be found inside of the http action.
Next step is to setup the reuquest. When adding credentials, add your OnePageCRM user_id as your username and your OnePageCRM api_key as your password. I suggest you make the simplist request to ensure everything is working. For this you can use the https://app.onepagecrm.com/api/v3/contacts.json as the URL
Press ok and run. This should complete sucessfully. You can build out your integration from this point.
Let us know if you run into any problems,
Kevin
onrealty at August 26th, 2021 14:33 — #3
Thanks kevin.
How can i map the facebook lead form to onepage crm field?
davyblaid at January 16th, 2023 14:20 — #4
It is easier to do it manually, as I don't know any supporting app. I have downloaded the service and followed the instruction. Integrating your company's Facebook page with planfix crm through integromate is a great way to streamline your lead management process. This helped me connect with my clients more easily on crm facebook and add all the necessary info quicker. Have you got any specific questions? Otherwise, it is hard to help you. Please let me know
vladimir at January 19th, 2023 11:40 — #5
Hi onrealty!
Well since you're constructing the request in integromate you can put all your form data into the request fields/body.
Here's described our API https://developer.onepagecrm.com/api, so please scroll down and click Contacts section and then 'POST /contacts'. There you can find an example of the request which creates a new contact in OPCRM.
There's a number of fields in the example (like First name, Last name, phones etc.) so I hope they should be enough for your Facebook lead info.
If you have any questions please feel free to ask them. I hope I could help you, otherwise I'd like to ask you to provide some more info on your fields or the integration you're setting up
Thank you,
Vladimir
emma02 at November 9th, 2023 00:43 — #6
Powered by Discourse, best viewed with JavaScript enabled