Answered

How to trigger a tour by code within our app?

  • 14 February 2023
  • 1 reply
  • 295 views

We have some processes or flows that happen within a pop up in our app. This makes it difficult to target how a tour gets triggered to start.

icon

Best answer by Racheal 17 February 2023, 03:38

View original

1 reply

Userlevel 4
Badge +5

Hey @jim s​ Racheal from the support engineer team here👋 

 

You can use our Intercom('startTour') method to trigger your Tour within your code.

Intercom('startTour', 123);

I hope this helps!

Reply