Skip to main content

New Notetaker API + Webhooks

  • July 28, 2026
  • 0 replies
  • 4 views

Bring Calendly meeting recaps into your own applications and workflows.

Calendly Notetaker automatically generates meeting recaps, transcripts, action items, and key takeaways after your meetings.

Now, developers can access meeting recap data through the Public API and stay in sync with webhook events.


What’s included

Public API endpoints Webhook subscriptions
  • Get Recap
    GET /meeting_recaps/{recap_uuid}
  • Get Transcript
    GET /meeting_recaps/{recap_uuid}/transcript
  • List Recaps
    GET /meeting_recaps
  • Update Recap
    PATCH /meeting_recaps/{recap_uuid}
  • Delete Contact
    DELETE /meeting_recaps/{recap_uuid}

 

  • meeting_recap.created
  • meeting_recap.updated
  • meeting_recap.deleted

 

 

What you can build

With these API endpoints and webhooks, you can:

  • Power AI assistants with meeting context and action items
  • Sync meeting recaps and transcripts to your CRM
  • Trigger workflows when meeting recaps are created or updated
  • Build internal tools using recap and transcript data


Get started

Check out the developer documentation to start building with the Notetaker API and webhooks.

Questions or feedback? Leave a comment below.

Happy building,

The Calendly Developer Team