We Use Cookies

    We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept All", you consent to our use of cookies. You can customize your preferences or reject non-essential cookies.

    Learn more about our cookie policy
    Integrations

    Webhooks: Slack, Discord & Incoming Channel Posts

    Outgoing: Get notified on sign-ups and when chats finish. Incoming: External services can POST directly into your channels.

    Basics
    ≈ 7 min read
    Integration

    What Are Webhooks?

    Webhooks connect AI·Collab to your tools in two ways. **Outgoing:** AI·Collab sends notifications to Slack, Discord, or your URL when users sign up or when a chat response is ready. **Incoming:** External services (CI/CD, monitoring, scripts) can POST messages directly into your channels. No polling — instant, event-driven.

    1. Admin Webhook — New User Notifications

    Admins can configure a system-wide webhook that fires whenever a new user creates an account. Get real-time alerts in Slack, Discord, or any service that accepts incoming webhooks. Perfect for tracking growth and welcoming new users.

    Use case

    Receive a notification in a dedicated Slack or Discord channel whenever someone signs up. Keep your team in the loop without checking the admin panel.

    2. User Webhook — Chat Response Ready

    Submitted a complex prompt that takes minutes to process? Don't stare at the screen. Set a personal notification webhook and get alerted the moment your response is ready — even if you've closed the tab.

    Smart behavior

    The webhook only fires when you're not actively using the UI. If the tab is open and focused, no notification. Prevents spam when you're already watching.

    Configure in Settings → Account → Notification Webhook. Enter your webhook URL (Slack, Discord, or custom) and save.

    3. Channel Webhooks — Incoming Only (External → AI·Collab)

    Channel webhooks are incoming only: external services POST messages into your AI·Collab channels. We don't push from channels to external URLs — your CI/CD, monitoring, or automation tools send updates into your workspace. Each channel can have multiple webhooks with custom names and profile images.

    System monitoring

    Post alerts from Prometheus, Grafana, or Nagios into team channels

    CI/CD integration

    Send build status from GitHub Actions, GitLab CI, or Jenkins to dev channels

    Custom automation

    Integrate with n8n, Zapier, or your own scripts to automate message posting

    External notifications

    Forward alerts from any service into your AI·Collab workspace

    curl -X POST "https://chat.aicollab.app/api/channels/webhooks/{id}/{token}" -H "Content-Type: application/json" -d '{"content": "Deployment completed! 🚀"}'

    Frequently Asked Questions

    Related Articles

    Ready to Experience 300+ AI Models?

    Get started today. Access models from OpenAI, Google, Anthropic, Grok and more.

    GDPR compliant · Zero data retention · Cancel anytime