Hi, I’m building a Slack chatbot, and we need a Thank You page with a button that deep link into Slack, using the slack://open URL ( https://api.slack.com/docs/deep-linking )
Wix doesn’t support that URL. When I try to add it it says “Check URL and try again”
In Wix code, when I set the URL to “www.google.com” it works, clicking the button redirects to Google. When I set the URL to “slack://open” it doesn’t work. It seems Wix is doing everything it can to not link to this page.
Any idea how I can make this work? Am I missing something?
When you use the URL “www.google.com”, you are in fact redirecting - to another site. However, the URL “slack://open” does not redirect, it tries to open an app on the client’s machine. This is not permitted from a Wix site.
Can you think of any workaround I could use? What if I sent to a non-Wix site that then redirects to the slack://open. Or some Javascript that could trigger slack://open?
Another thing you can do is to use a short url address such as tinyurl.com (or many other similar sites) to create a redirection url for slack://open.
Then you can link this URL to a regular Wix button.