Is it possible to open intercom chat when a user spend 1 min in a specific poage of the app | Community
Skip to main content
Answered

Is it possible to open intercom chat when a user spend 1 min in a specific poage of the app

  • January 17, 2024
  • 1 reply
  • 300 views

I need to give support to the user by opening intercom chat if they are staying on a page for a minimum  of 2 min. How can I do this using the intercom.

We have a flutter app. 

Best answer by Jacob Cox

Hi @akhilaksaju !

If you want to automatically open up the Messenger after a specific amount of time, you can achieve this by using a JavaScript setTimeout() method and have it call our Intercom(‘show’) method after the designated time has passed.

It will be up to your dev team to implement that code in your app.

1 reply

Jacob Cox
Intercom Team
Forum|alt.badge.img+5
  • Sr. Technical Support Engineer
  • Answer
  • January 21, 2024

Hi @akhilaksaju !

If you want to automatically open up the Messenger after a specific amount of time, you can achieve this by using a JavaScript setTimeout() method and have it call our Intercom(‘show’) method after the designated time has passed.

It will be up to your dev team to implement that code in your app.