How to send meeting recaps to your CRM, help desk or spreadsheet: Zapier, a webhook, or the API (2026)
The recap of a customer call is only useful where the next person will look for it: on the deal in the CRM, on the ticket in the help desk, in the row of the sheet the team already keeps. If you searched "send meeting notes to HubSpot automatically" or "Zapier meeting recap", the short answer for InterMIND is: connect it to Zapier once with an API key, and the Meeting Recap Ready trigger fires for every meeting you hosted the moment its summary exists. This guide is the full version — the no-code way, the webhook, the API, what each of them carries, and the way that needs no integration at all.
One property of every recap first, because it changes what lands in the CRM: the summary arrives in the language of the reader, and each participant reads it in theirs. The payload below carries the summary in one language, the host's, with the language named in the payload.
Four ways in
| Way | For whom | What you set up |
|---|---|---|
| Recap copy by email | Anyone; no integration | Add the tool's inbound address as a recap copy recipient on the meeting or channel |
| Zapier | No code | One API key, then Zaps on the trigger and the action |
Webhook recap.ready | A developer, or Make / n8n / Pipedream | One POST /webhooks subscription with a public https:// URL |
| The API | A developer, an AI agent | A personal key, three endpoints, OpenAPI 3.1 |
All four are available on every registered account. A guest cannot create keys.