Route meeting summaries, action items, and highlights into the tools you already use. Connect through automation platforms like Zapier and n8n — or build custom workflows with our API, webhooks, and MCP server.
Connect Hedy to hundreds of apps without writing code. Pick a platform, choose a trigger, and your meeting data flows where it needs to go.
Connect Hedy to 7,000+ apps using pre-built Zap templates or custom workflows.
Pick a template to connect Hedy in a few clicks — no coding needed. Or build your own Zap using Hedy's triggers for session events, highlights, and to-do exports.
Use Hedy inside n8n workflows — cloud or self-hosted — with a verified Hedy node.
Available as a verified node on n8n Cloud, or install from npm (n8n-nodes-hedy) for self-hosted instances.
Automate Hedy workflows with 200+ connectors and built-in AI support.
Connect Hedy to your SaaS tools through viaSocket's visual workflow builder.
Automate Hedy workflows with Pabbly Connect's one-time pricing — no monthly per-task fees.
For custom workflows and deeper integrations, use Hedy's developer tools to connect meeting intelligence directly into your systems.
Programmatic access to sessions, transcripts, summaries, highlights, to-do items, topics, and session contexts. Build custom integrations or power your own applications with conversation intelligence.
Hedy pushes events to your endpoint the moment something happens. Five event types cover the full session lifecycle — from when a meeting starts to when action items are exported.
| Event | Trigger | Data |
|---|---|---|
session.created |
Session starts | ID, title, start time, topic |
session.ended |
Session finishes processing | Transcript, summary, notes, to-dos, highlights, Q&A |
session.exported |
User exports from app | Full session data + exportedAt timestamp |
highlight.created |
Highlight captured | Quotes, AI title, main idea, analytical insight |
todo.exported |
To-do marked for export | Text, due date, session ID, item ID |
X-Hedy-Signature header. Up to 50 webhooks per account.
Expose Hedy as an MCP service so AI agents, IDEs, and automation tools can call it directly. Your AI workflows get access to meeting transcripts, summaries, highlights, and to-dos without custom API code.
Whether you're using an automation platform, webhooks, or the API directly, here's what Hedy makes available.
Webhooks push data to your endpoint as events happen. You choose which events to subscribe to.
| Event | Trigger | Data Included |
|---|---|---|
Session Startedsession.created |
A new Hedy session begins | Session ID, title, start time, topic info |
Session Endedsession.ended |
A session finishes processing | Transcript, summary, meeting minutes, to-do items, highlights, structured Q&A, topic info, duration |
Session Exportedsession.exported |
User manually exports from the app | Same as Session Ended, with exportedAt timestamp instead of endTime |
Highlight Createdhighlight.created |
User taps the star button during a session | Raw quote, cleaned quote, AI-generated title, main idea, analytical insight, session ID, timestamp |
To-Do Exportedtodo.exported |
User marks a to-do for export | To-do text, due date, session ID, item ID |
The REST API lets you fetch and manage data on your own schedule.
| Resource | What You Can Do |
|---|---|
| Sessions | List all sessions, get full details including transcript, summary, notes, conversations, to-dos, and highlights |
| Highlights | List all highlights or per-session, get details with AI analysis |
| To-Dos | List all to-dos across sessions, get per-session to-dos, fetch individual items |
| Topics | List, create, update, delete topics; list sessions within a topic; access AI-generated topic insights and overviews |
| Session Contexts | List, create, update, delete reusable context profiles applied to sessions |
| Webhooks | Create, list, and delete webhook subscriptions via API |
Platforms like Zapier, n8n, ActivePieces, viaSocket, and Pabbly Connect use Hedy's webhook events as triggers. When an event fires, your automation runs — sending data to Slack, Notion, Todoist, Google Sheets, or any connected app.
session.created, session.ended, session.exported, highlight.created, and todo.exported.https://api.hedy.bot/mcp and authenticate with your API key.Generate your API key in Account Settings, pick an automation platform, or explore the developer docs.
