czbiohub-sf / Rapid-QC-MS

Realtime quality control for mass spectrometry data acquisition
https://czbiohub-sf.github.io/Rapid-QC-MS
Other
13 stars 2 forks source link

slack api failing to send messages due to channel_not_found #82

Open InventoRyAlpaca opened 11 months ago

InventoRyAlpaca commented 11 months ago

Slack API error: The request to the Slack API failed. (url: https://www.slack.com/api/chat.postMessage) The server responded with: {'ok': False, 'error': 'channel_not_found'}

solution was to invite the bot to the channel, as mentioned here: https://www.ibm.com/docs/en/z-chatops/1.1.0?topic=slack-adding-your-bot-user-your-channel

simply just @botname in the channel you want to use and slack will ask if you want to invite the bot

image