Skip to main content

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. 

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.


Reply