thiagoxvo / slack-curl

Simple way to curl directly from slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-curl

Simple way to curl directly from slack using a webtask

How to use it

screen shot 2016-07-21 at 7 15 30 pm

- Create a webtask ``` $ npm install wt-cli -g $ wt init $ wt create slack-curl.js \ --name slack-curl \ --secret SLACK_COMMAND_TOKEN= ``` - Set the generated webtask url on slack

screen shot 2016-07-21 at 7 15 54 pm

Test it!

screen shot 2016-07-21 at 7 21 46 pm

Todo

  • Accept request headers
  • Accept POST
  • Send POST body

About

Simple way to curl directly from slack


Languages

Language:JavaScript 100.0%