ErikKalkoken / slackApiDoc

Documentation of undocumented Slack API methods
MIT License
410 stars 60 forks source link

unknown_command #44

Closed ovidiuchile closed 5 years ago

ovidiuchile commented 5 years ago

I'm trying to use this for posting a /poll comand. '/poll "question" "yes"' doesn't work, but '/poll' works. For the former i receive the following response {"ok":false,"error":"unknown_command"}. Any help with this?

ovidiuchile commented 5 years ago

Solved it. I had to put the parameters in the text argument :D