Welcome, friends, to a quick update about Nylas’ private preview of Notetaker! 👋 This release brings several new features and improvements to make your experience better.
Breaking changes
- Removed the “notetaker” prefix from the following request and response attributes in the Notetaker and Standalone Notetaker endpoints:
notetaker_name
→name
notetaker_state
→state
- The Get all Standalone Notetakers and Get all Notetakers endpoints now support cursor-based pagination and filters (
state
,join_time_until
,join_time_from
,limit
).- Nylas now includes
next_cursor
andprev_cursor
fields in responses when available.
- Nylas now includes
New features
- Added
created_at
,event_id
, andcalendar_id
fields to all responses that return a Notetaker object. - You can now update meeting links by making an Update Notetaker or Update Standalone Notetaker request.
Updates
- Fixed a bug where some valid meeting links were returning
400
errors.
Removed features
- Removed
grant_id
from responses to Standalone Notetaker requests.