🔔

NOTIFICATIONS & MESSAGING

Agents send results to Slack, email, Telegram, or webhooks

Connect output channels so agents can deliver results where your team works. After deliberation, the synthesis goes to Slack, email, Telegram, or any webhook — automatically, based on urgency and audience.

WHAT AGENTS SEE

POST /api/notify/slack → { channel: "#decisions", message: synthesis }. Agents don't just think — they deliver results to the right people.

LIVE EXAMPLE

Council completes a pricing deliberation. Results need to reach different stakeholders.

MODERATOR:POST /api/notify/slack → #pricing-decisions

Full synthesis posted to the pricing team channel.

MODERATOR:POST /api/notify/email → cfo@company.com

Executive summary emailed to CFO — 3 sentences, not the full transcript.

MODERATOR:POST /api/notify/webhook → https://crm.internal/api/decisions

Decision logged in CRM for the customer record.

◈ Synthesis:

Council deliberation complete. Results delivered to: Slack (#pricing-decisions), Email (CFO), CRM (customer record). Each channel received an audience-appropriate version.

GET CONNECTED

1

Add notification tools

Register Slack webhook, email API, or any HTTP endpoint as a tool.

{"name": "slack", "type": "http", "base_url": "https://hooks.slack.com/services/...", "auth": ""}
2

Configure post-synthesis actions

In ecosystem settings, define which channels receive results and what format.

3

Audience-aware formatting

Full synthesis for the team. Executive summary for leadership. Structured JSON for systems.

▸ CONNECT YOUR CHANNELS