Node-slack-sdk: Are slash commands supported ?

Created on 3 Sep 2017  路  1Comment  路  Source: slackapi/node-slack-sdk

I am using WebClient along with eventAdapter and messageAdapter.

I can't find a way to make slash commands respond with other than a 500 error, using both /slack/events and /slack/actions endpoints.

Do I need to handle them "manually" or is there a built-in feature for this ?

Thank you !

question

>All comments

@gterras: unfortunately, none of these packages support slash commands. but fortunately slash commands are super easy in node. here is an example from one of our template apps: https://github.com/slackapi/template-slash-command-and-dialogs/blob/9a459e8494b88245eb63e33db3ba298ea5cb701c/src/index.js#L27. let me know if there's anything specific you might need help with.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aoberoi picture aoberoi  路  12Comments

dcsan picture dcsan  路  12Comments

amkoehler picture amkoehler  路  13Comments

aoberoi picture aoberoi  路  10Comments

kurisubrooks picture kurisubrooks  路  36Comments