Connecting Wix to Intercom

Hey,
Is there a way to send items submitted by users using forms to intercom (preferably) or any other messaging platform of this kind?

Thanks,
Hila.

Hi Hila,

I am not familiar with Intercom and their service but from a quick search it appears that they offer REST API.
https://developers.intercom.com/building-apps/docs/rest-apis

Check out this article to learn more about accessing third party APIs
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api

You can trigger the call to Intercom by using Hooks
https://support.wix.com/en/article/corvid-about-data-hooks

Thank you Ido!

For the sake of future searches, Intercom sent me this unofficial code that works on some of the websites:
https://gist.github.com/thewheat/956aea06573143344ea9

I’ve decided to use your integration with MailChimp instead.