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
- Renamed query parameters on the Get all Notetakers and Get all Standalone Notetakers endpoints. Nylas will continue to support the previous query parameters during the private preview period, but we strongly recommend you update your code base to use the new parameters.
join_time_until
→join_time_end
join_time_from
→join_time_start
- Fixed a bug where the
state
attribute was being sent asstatus
in webhook notifications.
New features
- Added support for
order_direction
andorder_field
query parameters to the Get all Notetakers and Get all Standalone Notetakers endpoints.
Updates
- Fixed a bug where the
join_time_until
andjoin_time_from
query parameters were expecting ISO-formatted strings instead of Unix timestamps. - Various bug fixes and stability improvements.