Incoming Webhook
Post messages into a chat from external services (CI, monitoring, cron). Simplest, one-way, token-in-URL auth.
Incoming Webhook
Post messages into a chat from external services (CI, monitoring, cron). Simplest, one-way, token-in-URL auth.
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.
Bot Receive
Receive real-time chat events (messages, reactions, membership changes) over a WebSocket. Pair with Bot Send to build bots that react.
New here? Start with the Integrations overview to compare all three surfaces side-by-side.