Hello -
I'm encountering an issue when trying to use my own OAuth app with Slack (the "Slack" app, not "Slackbot" in Composio). I'm trying to authenticate as a user against Slack to do operations as a user, not a bot.
I've added the Client ID / Secret / Verification token in the Integration config, but when I try to connect I get the attached error in the Connection Info pane.
I am creating the connection using the REST API, and I've tried attaching a user_scopes payload in the data key of the POST /v1/connectedAccounts request based on another issue here, but this doesn't seem to have any effect: https://discord.com/channels/1170785031560646836/1317291124947157124
Any ideas? Thank you in advance!