Answered

Open chat after any custom event

  • 7 March 2024
  • 1 reply
  • 19 views

Hi, I'm thinking about becoming an Intercom customer, but first, I need to ensure it meets my specific needs. I'm interested in the ability to trigger the Intercom chat pop-up at the corner of a web page based on custom events determined by the webpage's algorithm. Is this feasible? Essentially, I'd like the Intercom chat to appear whenever my algorithm dictates—this could be in response to a webhook from the server or any other custom logic. Can Intercom support this functionality? Is there some method like openChat() that just opens chat “with no questions”?

icon

Best answer by cameron.gumley 8 March 2024, 03:26

View original

1 reply

Userlevel 2
Badge +3

Hi@avkiselev -- Cam from the Intercom Support team here!

From what you describe above it sounds like you’d be looking to use our JS API method Intercom('show')  (details on this in our Dev Docs here) or perhaps one of our other JS API methods? You could build out some code that calls Intercom('show') when it receives a response from your webhook. Does this look like what you’re after?

Reply