Skip to content

Commit 0543dcc

Browse files
committed
chore(slack): update read-messages missing-scope message to drop im:history
1 parent 0dc3fb1 commit 0543dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/api/tools/slack/read-messages

apps/sim/app/api/tools/slack/read-messages/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const POST = withRouteHandler(async (request: NextRequest) => {
105105
{
106106
success: false,
107107
error:
108-
'Missing required permissions. Please reconnect your Slack account with the necessary scopes (channels:history, groups:history, im:history).',
108+
'Missing required permissions. Reconnect your Slack account to grant channel history access (channels:history, groups:history). Reading direct message history is not supported with the Sim bot.',
109109
},
110110
{ status: 400 }
111111
)

0 commit comments

Comments
 (0)