mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
feat(messaging): introduce comprehensive setup docs for Telegram, WhatsApp, Slack, and Discord messaging channels
This commit is contained in:
parent
20994671bc
commit
ebddf4506a
14 changed files with 530 additions and 54 deletions
42
surfsense_web/content/docs/messaging-channels/index.mdx
Normal file
42
surfsense_web/content/docs/messaging-channels/index.mdx
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
title: Messaging Channels
|
||||
description: Chat with SurfSense from Telegram, WhatsApp, Slack, and Discord
|
||||
---
|
||||
|
||||
import { Card, Cards } from 'fumadocs-ui/components/card';
|
||||
|
||||
Choose the external chat app you want to connect to SurfSense. Each guide shows
|
||||
the required app setup, environment variables, and pairing flow.
|
||||
|
||||
<Cards>
|
||||
<Card
|
||||
title="Telegram"
|
||||
description="Enable SurfSense chat from Telegram"
|
||||
href="/docs/messaging-channels/telegram"
|
||||
/>
|
||||
<Card
|
||||
title="WhatsApp"
|
||||
description="Enable SurfSense chat from WhatsApp"
|
||||
href="/docs/messaging-channels/whatsapp"
|
||||
/>
|
||||
<Card
|
||||
title="Slack"
|
||||
description="Enable the SurfSense bot for in-Slack agent chat"
|
||||
href="/docs/messaging-channels/slack"
|
||||
/>
|
||||
<Card
|
||||
title="Discord"
|
||||
description="Enable the SurfSense bot for in-Discord agent chat"
|
||||
href="/docs/messaging-channels/discord"
|
||||
/>
|
||||
<Card
|
||||
title="Docker Setup"
|
||||
description="Configure messaging channels for Docker and one-line installs"
|
||||
href="/docs/messaging-channels/docker"
|
||||
/>
|
||||
<Card
|
||||
title="Troubleshooting"
|
||||
description="Common pairing, webhook, and bot reply issues"
|
||||
href="/docs/messaging-channels/troubleshooting"
|
||||
/>
|
||||
</Cards>
|
||||
Loading…
Add table
Add a link
Reference in a new issue