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
It appears that the webhook section in README.md has not been updated for webhook-go. Notably, a lot of the values that seem like they should be optional are actually required by the different types.
I will try to submit a pull request at some point, but for reference, here is my working config:
It appears that the webhook section in README.md has not been updated for webhook-go. Notably, a lot of the values that seem like they should be optional are actually required by the different types.
I will try to submit a pull request at some point, but for reference, here is my working config:
Slack Webhooks are deprecated and the new chatops works with Slack apps. You can get an API token quickly here: https://api.slack.com/tutorials/tracks/getting-a-token
The
xoxb
token can be found on theInstall App
page of the settings (https://api.slack.com/apps/_YOUR_APP_ID_/install-on-team)The only permissions you should actually need are
chat:write
,chat:write.customize
and possiblychat:write.public
The text was updated successfully, but these errors were encountered: