#Slash Command redirect

1 messages · Page 1 of 1 (latest)

crimson lion

Hi folks. Looking to create a slash command, that could allow the user to be redirected to an external url in their browser. The use case is signing up for an account on a website. I'd like to implement a /register command that would allow them to be redirected to my authentication service with some prepopulated values

What's the best way to do this? Return a button or url for them to click, or can a redirect/open browser be forced?