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
If I use just the “slack oath2 api” credential, the only choice I have is a client id and client secret with a callback url (see attached). It will not let you use the bot user oath token beginning in xoxb. When I try to send a message, it sends as myself. Since we can't specify the actual bot oath2 user token, it defaults sending the message with the user token. If I use “slack api” credential then I have the option of just using the bot user oath token which starts with xoxb and it works fine.
I’m using the self hosted community version 1.71.3 in k8 aka n8nio/n8n:1.71.3
To Reproduce
Go to create credential.
Select "slack oauth2 api"
Click "continue"
See screenshot below where your only options are "client id" and "client secret"
Expected behavior
Allow a user to be able to plug in the bot user oauth user token that starts with xoxb which then will send a slack message as the bot instead of the user.
Operating System
Alpine Linux v3.20 (n8nio/n8n:1.71.3)
n8n Version
1.71.3
Node.js Version
v20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
If I use just the “slack oath2 api” credential, the only choice I have is a client id and client secret with a callback url (see attached). It will not let you use the bot user oath token beginning in xoxb. When I try to send a message, it sends as myself. Since we can't specify the actual bot oath2 user token, it defaults sending the message with the user token. If I use “slack api” credential then I have the option of just using the bot user oath token which starts with xoxb and it works fine.
I’m using the self hosted community version 1.71.3 in k8 aka n8nio/n8n:1.71.3
To Reproduce
Expected behavior
Allow a user to be able to plug in the bot user oauth user token that starts with xoxb which then will send a slack message as the bot instead of the user.
Operating System
Alpine Linux v3.20 (n8nio/n8n:1.71.3)
n8n Version
1.71.3
Node.js Version
v20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: