Skip to content

Commit abd8f74

Browse files
authored
fix(slack): disclose paid plan requirement (#7407)
1 parent a57b7eb commit abd8f74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/app/(landing)/integrations/data/landing-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ export const INTEGRATION_LANDING_CONTENT: Record<string, IntegrationLandingConte
3838
href: '/privacy',
3939
},
4040
aiDisclaimer:
41-
'Sim agents use AI models to generate messages and responses sent to Slack. AI-generated content can be inaccurate or incomplete, so review automated outputs before relying on them, especially for important communications.',
41+
"A paid Slack plan is required to use Sim's AI agent in Slack's app container. Other Sim features continue to work on free Slack plans. Sim agents use AI models to generate messages and responses sent to Slack. AI-generated content can be inaccurate or incomplete, so review automated outputs before relying on them, especially for important communications.",
4242
},
4343
}

packages/deployment-config/src/integrations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updatedAt": "2026-09-01",
2+
"updatedAt": "2026-09-02",
33
"integrations": [
44
{
55
"type": "onepassword",
@@ -21569,7 +21569,7 @@
2156921569
"body": "Sim requests only the Slack permissions its actions and triggers need, and never shows private channel names or messages to people who are not members of those channels in Slack.",
2157021570
"href": "/privacy"
2157121571
},
21572-
"aiDisclaimer": "Sim agents use AI models to generate messages and responses sent to Slack. AI-generated content can be inaccurate or incomplete, so review automated outputs before relying on them, especially for important communications."
21572+
"aiDisclaimer": "A paid Slack plan is required to use Sim's AI agent in Slack's app container. Other Sim features continue to work on free Slack plans. Sim agents use AI models to generate messages and responses sent to Slack. AI-generated content can be inaccurate or incomplete, so review automated outputs before relying on them, especially for important communications."
2157321573
}
2157421574
},
2157521575
{

0 commit comments

Comments
 (0)