Skip to content

Commit f21d804

Browse files
authored
feat(slack): Add slack integration doc (#122)
1 parent f47f65b commit f21d804

File tree

8 files changed

+50
-1
lines changed

8 files changed

+50
-1
lines changed
-4.09 KB
Loading
-2.31 KB
Loading
37.5 KB
Loading
112 KB
Loading
162 KB
Loading
164 KB
Loading

integrations/slack.mdx

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "Slack"
3+
description: "Get daily or weekly messages about your AI flows directly in Slack"
4+
---
5+
6+
Connecting Traceloop to Slack allows you to receive automated updates about your AI flows. You can configure daily or weekly messages to stay informed about your application's performance and insights.
7+
8+
<Steps>
9+
<Step title="Set up the Integration within Traceloop">
10+
Go to the [integrations page](https://app.traceloop.com/settings/integrations) within Traceloop and click on the Slack card.
11+
<Frame>
12+
<img className="block dark:hidden" src="/img/traceloop-integrations/integrations-light.png" />
13+
<img className="hidden dark:block" src="/img/traceloop-integrations/integrations-dark.png" />
14+
</Frame>
15+
</Step>
16+
<Step title="Authorize Slack">
17+
Click on the Slack integration and follow the "Connect to Slack" button to authorize Traceloop to send messages to your Slack workspace.
18+
</Step>
19+
<Step title="Configure your preferences">
20+
Choose your notification preferences:
21+
- Select the Slack channel where you want to receive updates
22+
23+
<Info>
24+
**Important:** Make sure to invite the Traceloop app to the channel before enabling the integration.
25+
</Info>
26+
27+
<Frame>
28+
<img src="/img/traceloop-integrations/slack-invite-app.png" />
29+
</Frame>
30+
- Select the desired schedule - daily/weekly
31+
- Set the required time and timezone
32+
- Choose which environment to monitor
33+
<Frame>
34+
<img className="block dark:hidden" src="/img/traceloop-integrations/slack-settings-light.png" />
35+
<img className="hidden dark:block" src="/img/traceloop-integrations/slack-settings-dark.png" />
36+
</Frame>
37+
</Step>
38+
</Steps>
39+
40+
**That's it!**
41+
42+
You'll now receive automated messages in your chosen Slack channel with insights about your AI flows, including key metrics and performance updates.
43+
44+
<Frame>
45+
<img src="/img/traceloop-integrations/slack-example.png" />
46+
</Frame>

mint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@
199199
},
200200
{
201201
"group": "Integrations",
202-
"pages": ["integrations/posthog"]
202+
"pages": [
203+
"integrations/posthog",
204+
"integrations/slack"
205+
]
203206
},
204207
{
205208
"group": "Contribute",

0 commit comments

Comments
 (0)