Questions tagged [intercom]

Intercom is a paid for service that provides tools around chat, customer chat, customer engagement, and customer acquisition.

Intercom is a paid for service that provides tools around chat, customer chat, customer engagement, and customer acquisition.

Intercom provides apis and sdks for web, ios, and android development.

184 questions
-1
votes
1 answer

How to use useIntercom() from react-use-intercom in class component?

I am using react-use-intercom. Using following hook from the guide react-use-intercom which suggests to use functional components everywhere. const { boot, shutdown, hide, show, update } = useIntercom(); However I am using class components…
-1
votes
1 answer

Matching any route using $urlRouterProvider in AngularJS and Angular-UI-Router

I'm not an AngularJS dev but I was handed a project. Now I need to call the following method, every time a route changes. doesn't matter to which route, just any route. window.Intercom("update"); Now I found the following piece of code. function…
Miguel Stevens
  • 8,631
  • 18
  • 66
  • 125
-1
votes
1 answer

How to have other websites use my interface?

If anyones used something like https://smooch.io or https://intercom.io, you'll note that with a few lines of javascript script tags, their chat interface will be implemented onto your website. How do you do something like this? I'm not even sure…
jory
  • 87
  • 3
-4
votes
1 answer

I want to retrieve all the users and their properties individually, so i can use them for displaying in a neat list

When I run it returns a list of all users. I dont know how to seperate them. I already checked https://developers.intercom.com/intercom-api-reference/reference#list-users but it didn't really help. I haven't really tried anything yet since i dont…
1 2 3
12
13