Skip to content

DonutChat Docs

Integration guides and API references for DonutChat.

Incoming Webhook

Post messages into a chat from external services (CI, monitoring, cron). Simplest, one-way, token-in-URL auth.

Read the guide →

Bot Send

Post messages as a bot identity with a reusable bearer token. Good for AI agents and automations that need a persistent name and avatar.

Read the guide →

Bot Receive

Receive real-time chat events (messages, reactions, membership changes) over a WebSocket. Pair with Bot Send to build bots that react.

Read the guide →

New here? Start with the Integrations overview to compare all three surfaces side-by-side.