Temporary, Self-destructing URL Shortener for Slack
This app creates a Slack command that posts an ephemeral shortened URL.

How it Works
The App has 2 commands that it responds to:
/cmd tlink the-link-you-want-to-send.com
for generating a temporary URL to a link, up to 2048 characters long,
and
/cmd tmsg the message you want to send
for generating a temporary URL to a message, also up to 2048 characters long

Setting a Self Destruct Timer
By default, each link will be set to a 10 minute timer. If you want to change that, you can write your slack command as:
/cmd tlink the-link-you-want-to-send.com >>> 60
with the part after >>>
being the number of seconds you want your message to stay alive for, up to 604800
seconds (1 week).
That's it!
Thanks for checking out this App! Follow the Autocode team on Twitter @AutocodeHQ for updates.
If you have any questions, please join our community Slack channel - you can get an invite from under the community tab in the topbar of this page.