Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Rejected Environment#getSupportThread()

Client Developer
Joined
Oct 12, 2015
Messages
3,781
Would be nice to be able to return a bot's support thread. If we want to link to Support thread via UI currently, we have to push to bot store then push again after we've got the URL.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Environment.getScript().getMetaData().getId() with appropriate null checks. You can use this to build the link to the bot thread.
 
Top