Is there a way to show the product tour to a user each time the user goes into a page? | Community
Skip to main content
Answered

Is there a way to show the product tour to a user each time the user goes into a page?

  • August 9, 2021
  • 2 replies
  • 109 views

Hi, I know that Product Tours are only showing once to a user. IS there a way to trigger the tour over and over again for the same user?

Best answer by Roy

Hello @victor i​ ,

 

Yes, you can show users product tour via JavaScript API.

Intercom('startTour', 123);

More information can be found here.

 

Let me know if you have any further questions on this topic.

 

Looking forward.

2 replies

Roy
Top Expert ✨
Forum|alt.badge.img+5
  • Top Expert ✨
  • Answer
  • August 9, 2021

Hello @victor i​ ,

 

Yes, you can show users product tour via JavaScript API.

Intercom('startTour', 123);

More information can be found here.

 

Let me know if you have any further questions on this topic.

 

Looking forward.


  • Author
  • New Participant
  • August 11, 2021

Thanks. Will try.