uncategorized
andrii at February 9th, 2016 06:24 — #1
Hello!
I'm a developer and have a task to manipulate the list of selected contacts. So user selects needed contacts and press some "my link" in for example "More" menu (see
https://www.onepagecrm.com/wp-content/uploads/2015/01/merge_duplicates.png)
"my link" is some REST URL on intranet for example and on clicking OnePageCRM posts all data of these contacts to the URL.
Is it possible to do so? Or better to use "Quick Export" function and import CSV inside my app? Or may be I can somehow get only checked contacts via OnePageCRM API from my app?
P.S. I'm not OnePageCRM user so some terms could be incorrect from my side.
pawelsmolinski at February 9th, 2016 07:18 — #2
Hi,
we are not supporting this way of sending contacts data. But you may integrate your application with OnePageCRM in following way:
configure webhook integration in corresponding OnePageCRM account (https://app.onepagecrm.com/app/webhooks) - after that every time when you update contact/note/deal/... corresponding information will be sent to provided webhook URL
after that you may e.g. assign tag to contacts which you want to send to your application - this will trigger webhooks for all updated contacts.
Hope it will help to solve your problem.
andrii at February 9th, 2016 07:23 — #3
Ok, I understand the wayout. Will check this way.
Thank you!
Powered by Discourse, best viewed with JavaScript enabled