Skip to content

// Discord + Flux

Board updates in Discord.

Post Flux card notifications to Discord channels. Keep your team or community informed about what shipped, what moved, and what is blocked. Discord webhooks plus the Flux API.

// How to connect
04 steps
01

Create a Discord webhook

In your Discord server, go to channel settings and create a webhook. Copy the webhook URL. This is the endpoint where your automation will POST Flux board notifications.

02

Bridge Flux events to Discord

Use an automation platform (Zapier, Make, n8n) or a custom script to monitor Flux board changes. Poll the Flux API for updates or listen to Flux SSE events, then forward formatted messages to your Discord webhook.

03

Format embeds for Discord

Discord webhooks support rich embeds with titles, descriptions, colors, and fields. Format your card notifications as embeds: card title as the embed title, column name as a field, and a link back to the Flux board.

04

Filter to relevant events

Configure your automation to only notify on events that matter to your community or team. Cards reaching Done, new high-priority cards, or overdue tasks. Avoid flooding the channel with every minor update.

// FAQ
03 questions
01

Can I create Flux cards from Discord?

+

Yes, with a Discord bot. Build a bot that listens for a slash command (e.g., /card) in your server, extracts the card title from the message, and POSTs to the Flux /api/cards endpoint. This requires hosting the bot and providing it with a Flux API key.

02

Does Flux push events to Discord directly?

+

Flux does not push events to Discord directly. You need an automation layer that reads from the Flux API or SSE stream and posts to a Discord webhook. This can be a Zapier/Make/n8n workflow or a small custom service.

03

Is this suitable for open-source communities?

+

Yes. If your open-source project uses Flux for issue tracking, you can post card updates to a public Discord channel so contributors can follow project progress without needing Flux accounts.

// Keep everyone informed

Cards to Discord.

Flux REST API + Discord webhooks. Board notifications in your server.