How to trigger a tour by code within our app? | Community
Skip to main content
Answered

How to trigger a tour by code within our app?

  • February 14, 2023
  • 1 reply
  • 737 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.

Best answer by Racheal

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!

View original
Did this topic help you find an answer to your question?

1 reply

Racheal
Intercom Team
Forum|alt.badge.img+5
  • Customer Support Engineer
  • 512 replies
  • Answer
  • February 17, 2023

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