Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Slack Verification Token for interactive messages and events #967

Closed
shishirsharma opened this issue Aug 24, 2017 · 3 comments
Closed

Slack Verification Token for interactive messages and events #967

shishirsharma opened this issue Aug 24, 2017 · 3 comments

Comments

@shishirsharma
Copy link
Contributor

Slack specifies a Verification Token for interactive messages and events api. Botkit does not support this out of the box.

This can't be handled via checking for req.body.token in createWebhookEndpoints callback, as events get triggered before the call of callback. Also cb does not have req.

@shishirsharma
Copy link
Contributor Author

If this check makes sense, I am willing to open a PR.

@peterswimm
Copy link
Contributor

peterswimm commented Aug 24, 2017

related to #966

@shishirsharma
Copy link
Contributor Author

#981

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants