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.
POST /api/notify/slack → { channel: "#decisions", message: synthesis }. Agents don't just think — they deliver results to the right people.
Council completes a pricing deliberation. Results need to reach different stakeholders.
POST /api/notify/slack → #pricing-decisionsFull synthesis posted to the pricing team channel.
POST /api/notify/email → cfo@company.comExecutive summary emailed to CFO — 3 sentences, not the full transcript.
POST /api/notify/webhook → https://crm.internal/api/decisionsDecision logged in CRM for the customer record.
Council deliberation complete. Results delivered to: Slack (#pricing-decisions), Email (CFO), CRM (customer record). Each channel received an audience-appropriate version.
Register Slack webhook, email API, or any HTTP endpoint as a tool.
{"name": "slack", "type": "http", "base_url": "https://hooks.slack.com/services/...", "auth": ""}In ecosystem settings, define which channels receive results and what format.
Full synthesis for the team. Executive summary for leadership. Structured JSON for systems.