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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
I figured out that when you configure Slack Bot to send notifications to a channel, you must add Scope under Bot Token Scopes
[incoming-webhook] : Post messages to specific channels in Slack
if you won't add it, you will get
===RESPONSE===
STATUS CODE: 200
BODY:
{
"ok": false,
"error": "missing_scope",
"needed": "files:write",
"provided": "incoming-webhook",
"warning": "superfluous_charset",
"response_metadata": {
"warnings": [
"superfluous_charset"
]
}
}
https://github.com/qa-guru/allure-notifications/wiki/Slack-configuration
Beta Was this translation helpful? Give feedback.
All reactions