Pro Feature

Connect Hedy to Your Stack

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.

Automation Platforms

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.

Automation No-code

Zapier

Connect Hedy to 7,000+ apps using pre-built Zap templates or custom workflows.

  • Send session summaries and notes to Slack, Notion, or Google Docs when a meeting ends
  • Log highlights to your knowledge management system automatically
  • Export to-do items into Todoist, Asana, or any task manager

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.

Automation Cloud & Self-hosted

n8n

Use Hedy inside n8n workflows — cloud or self-hosted — with a verified Hedy node.

  • Trigger workflows when sessions end, highlights are created, or to-dos are exported
  • Send Hedy outputs to spreadsheets, CRMs, databases, or messaging tools
  • Combine Hedy with 400+ n8n nodes for complex multi-step automations

Available as a verified node on n8n Cloud, or install from npm (n8n-nodes-hedy) for self-hosted instances.

Automation Open-source

ActivePieces

Automate Hedy workflows with 200+ connectors and built-in AI support.

  • Connect session data to Google Sheets, Slack, CRMs, and custom HTTP endpoints
  • Chain meeting intelligence with other Pieces in visual drag-and-drop flows
  • Use ActivePieces' AI and MCP capabilities alongside Hedy data
Automation No-code

viaSocket

Connect Hedy to your SaaS tools through viaSocket's visual workflow builder.

  • Route session summaries and action items into your existing tools automatically
  • Build multi-step workflows triggered by Hedy events
  • Connect with CRMs, project managers, and communication platforms
Automation No-code

Pabbly Connect

Automate Hedy workflows with Pabbly Connect's one-time pricing — no monthly per-task fees.

  • Trigger actions when Hedy sessions complete or to-dos are exported
  • Sync meeting highlights with project management and note-taking tools
  • Build multi-step automations with unlimited tasks on paid plans

Build Your Own Integration

For custom workflows and deeper integrations, use Hedy's developer tools to connect meeting intelligence directly into your systems.

REST API

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.

  • Fetch sessions with full transcripts, summaries, meeting minutes, and conversation history
  • Access highlights with AI-generated titles, cleaned quotes, and analytical insights
  • Retrieve and manage to-do items across all sessions
  • Create, update, and organize topics for cross-session intelligence
  • Manage reusable session contexts for different meeting scenarios
  • Authenticate with API keys from your Account Settings
View API Docs

Webhooks

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
Security: All payloads signed with HMAC SHA-256. Verify via the X-Hedy-Signature header. Up to 50 webhooks per account.
View Webhook Guide

MCP Server

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.

https://api.hedy.bot/mcp
  • Use Hedy inside Claude Desktop, Claude.ai Projects, Cline, Cursor, and other MCP clients
  • Let AI agents query your conversation history for context
  • Combine Hedy with other MCP tools for end-to-end automated workflows
View MCP Docs

What Data Can You Access?

Whether you're using an automation platform, webhooks, or the API directly, here's what Hedy makes available.

Via Webhooks — real-time push

Webhooks push data to your endpoint as events happen. You choose which events to subscribe to.

EventTriggerData Included
Session Started
session.created
A new Hedy session begins Session ID, title, start time, topic info
Session Ended
session.ended
A session finishes processing Transcript, summary, meeting minutes, to-do items, highlights, structured Q&A, topic info, duration
Session Exported
session.exported
User manually exports from the app Same as Session Ended, with exportedAt timestamp instead of endTime
Highlight Created
highlight.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 Exported
todo.exported
User marks a to-do for export To-do text, due date, session ID, item ID

Via API — on-demand pull

The REST API lets you fetch and manage data on your own schedule.

ResourceWhat 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

Via Automation Platforms

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.

Frequently Asked Questions

No. Automation platforms like Zapier, n8n, ActivePieces, viaSocket, and Pabbly Connect provide visual workflow builders — you pick a trigger, choose an action, and connect your accounts. No code required. The API, webhooks, and MCP server are available for teams that want custom or deeply integrated workflows.
Automation platforms give you a visual interface to connect Hedy to other apps in minutes. The API gives you full programmatic control — you can build custom logic, sync data on your own schedule, and integrate Hedy into internal systems. Webhooks sit in between: they push real-time events from Hedy to any endpoint you configure, which you can then process however you want.
When something happens in Hedy — like a session ending or a highlight being created — Hedy sends an HTTP POST request to a URL you specify. Your server receives the event data and can act on it immediately: create a task, post to Slack, update a database, or trigger another workflow. Each request includes a cryptographic signature so you can verify it genuinely came from Hedy. You can subscribe to any combination of five event types: session.created, session.ended, session.exported, highlight.created, and todo.exported.
Through Zapier alone, Hedy connects to 7,000+ apps. Add n8n (400+ nodes), ActivePieces (200+ connectors), viaSocket, and Pabbly Connect, and you can reach virtually any SaaS tool in your stack. For anything not covered by these platforms, the API and webhooks let you build direct connections.
Yes. API access, webhooks, and automation platform connections require a Hedy Pro subscription. Generate your API key in Account Settings, and configure webhooks either in the app or through the API.
MCP (Model Context Protocol) lets AI tools call Hedy as a service. If you use Claude Desktop, Cline, Cursor, or other MCP-compatible tools, you can query your Hedy sessions, highlights, and to-dos directly from those environments. Point your MCP client at https://api.hedy.bot/mcp and authenticate with your API key.
  • API Reference — Endpoints, authentication, request/response schemas
  • Webhook Guide — Event types, payload formats, signing verification
  • MCP Server — Setup for Claude Desktop and other MCP clients
  • n8n Integration — Verified node for cloud and self-hosted
Yes. All API and webhook communication uses TLS encryption. API keys can be regenerated or revoked at any time from your Account Settings. Webhook payloads are signed with HMAC SHA-256 so you can verify they genuinely came from Hedy. Your data is never stored by automation platforms beyond what's needed to execute the workflow. See our Security page for full details.

Start connecting Hedy to your tools

Generate your API key in Account Settings, pick an automation platform, or explore the developer docs.