Hi! I'm able to start tours using its corresponding URL:
Ex: https://mydomain.com/page?product_tour_id=***
and using a JavaScript call too:
Intercom('startTour', ***);
Nevertheless, if the tour is part of a series, it seems that it doesn't work.
In the JS Console I see a network call to:
POST https://api-iam.intercom.io/messenger/web/tours/***/fetch
but the response is 404 - Not Found. Is it possible to start out a tour programmatically if the tour is defined inside a series? Thanks!