Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified img/traceloop-integrations/integrations-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/traceloop-integrations/integrations-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/traceloop-integrations/slack-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/traceloop-integrations/slack-invite-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions integrations/slack.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: "Slack"
description: "Get daily or weekly messages about your AI flows directly in Slack"
---

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.

<Steps>
<Step title="Set up the Integration within Traceloop">
Go to the [integrations page](https://app.traceloop.com/settings/integrations) within Traceloop and click on the Slack card.
<Frame>
<img className="block dark:hidden" src="/img/traceloop-integrations/integrations-light.png" />
<img className="hidden dark:block" src="/img/traceloop-integrations/integrations-dark.png" />
</Frame>
</Step>
<Step title="Authorize Slack">
Click on the Slack integration and follow the "Connect to Slack" button to authorize Traceloop to send messages to your Slack workspace.
</Step>
<Step title="Configure your preferences">
Choose your notification preferences:
- Select the Slack channel where you want to receive updates

<Info>
**Important:** Make sure to invite the Traceloop app to the channel before enabling the integration.
</Info>

<Frame>
<img src="/img/traceloop-integrations/slack-invite-app.png" />
</Frame>
- Select the desired schedule - daily/weekly
- Set the required time and timezone
- Choose which environment to monitor
<Frame>
<img className="block dark:hidden" src="/img/traceloop-integrations/slack-settings-light.png" />
<img className="hidden dark:block" src="/img/traceloop-integrations/slack-settings-dark.png" />
</Frame>
</Step>
</Steps>

**That's it!**

You'll now receive automated messages in your chosen Slack channel with insights about your AI flows, including key metrics and performance updates.

<Frame>
<img src="/img/traceloop-integrations/slack-example.png" />
</Frame>
5 changes: 4 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@
},
{
"group": "Integrations",
"pages": ["integrations/posthog"]
"pages": [
"integrations/posthog",
"integrations/slack"
]
},
{
"group": "Contribute",
Expand Down