--- title: "Integration with Slack for new question alerts" url: "https://demo.myforumcat.com/q/40/integration-with-slack-for-new-question-alerts" forum: "Demo" question_number: 40 category: "General" tags: ["Security"] status: "solved" solved: true votes: 32 replies: 5 views: 682 asked_at: "2026-06-20T21:08:18.501Z" updated_at: "2026-09-18T23:16:57.262Z" --- # Integration with Slack for new question alerts Asked by Chloe Bennett on 2026-06-20 · 32 votes We want a message posted to a Slack channel whenever a new question comes in. Is there a native integration or do we need to build on webhooks? ## 5 replies ### Reply 1 meow (Owner) · 2026-06-20 · 3 votes No native Slack integration yet. The webhook event for a new question plus a Slack incoming webhook URL gets you there with a small relay, happy to share a sample payload mapping if useful. ### Reply 2 (marked as the solution) Jane Cooper · 2026-06-21 · 5 votes Built exactly that with a tiny Cloudflare Worker sitting between the two webhooks, maybe an hour of work, works great. ### Reply 3 Ravi Patel · 2026-06-21 · 1 vote Would love an official integration eventually, but the webhook relay approach got us running in an afternoon. ### Reply 4 Elena Marsh (Agent) · 2026-06-22 · 2 votes Native Slack integration is on our medium-term roadmap, this thread is helpful signal for prioritizing it. ### Reply 5 Margaret Doyle · 2026-06-23 · 1 vote Following this thread too, would love an official integration eventually.