You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
increateWebhookEndpoints
callback, as events get triggered before the call of callback. Alsocb
does not havereq
.The text was updated successfully, but these errors were encountered: