Skip to content

[2025-10-02] New in Nylas - October 2025

Want updates delivered directly to you? Subscribe to our RSS feeds! We have a combined feed for all updates, one for just release notes , and one for just changelogs .

Welcome, friends, to our monthly episode of New in Nylas! 👋 The leaves are changing and it’s time to break out the pumpkin spice. 🍂 While you’re getting cozy, let’s take a look at Nylas’ latest updates.

Introducing summaries and action items for Notetaker

Section titled “Introducing summaries and action items for Notetaker”

Our Notetaker team has been hard at work cooking up something new! Now, when you invite a Notetaker bot to a meeting or set up your calendar sync you can specify that you want Nylas to create a summary of the meeting and a list of action items. Just set meeting_settings.summary and meeting_settings.action_items to true in your request and Nylas will do the rest. 🚀

Want to customize the information Nylas returns? No problem! You can include custom prompts for both the summary and action items. This lets you specify a format for the summary, how many action items you want in the list, and anything else that might suit your use case.

...
"meeting_settings": {
"action_items": true,
"action_items_settings": {
"custom_instructions": "Only return the 5 most important action items."
},
"audio_recording": true,
"summary": true,
"summary_settings": {
"custom_instructions": "Return this summary in the MEDPIC sales methodology."
},
"transcription": true,
"video_recording": true
},
...

We also published an announcement over on our blog — be sure to check it out!

  • Changed the transcription requires audio recording error message on Notetaker endpoints to transcription requires audio_recording.
  • Clarified conflicting error messages for Create Folder and Create Calendar endpoints.
  • Fixed bug where message received times were incorrect for Google grants.
  • Fixed issue where making an Update Event request on a Google grant would overwrite guest permissions and responses.
  • Fixed a bug encountered when returning a thread with more than 10 messages on a Microsoft grant.
  • Fixed a bug where Nylas would ignore hide_participants when creating an event on a Microsoft grant.
  • Improved read-after-write consistency when creating folders and calendars on EWS grants.
  • Improved response times for Get all Contacts requests on EWS grants.
  • Fixed “content conversion” error caused by corrupted EWS messages.
  • Fixed issues when filtering for contacts using email address and phone number on EWS grants.
  • Fixed issues when creating contacts with multiple phone numbers on EWS grants.
  • Fixed a bug where you couldn’t remove phone numbers, email addresses, or IM addresses from contacts on EWS grants.
  • Fixed 500 errors for malformed iCloud calendar events.

Our intrepid team of developers is always working to improve Nylas, and that includes the SDKs that we maintain. We had a few updates to the SDKs throughout the month:

We’re always working to make our docs better! This month, we’re pointing the spotlight at these pages:

Our team is hard at work bringing you cool demos built on Nylas. Here are the new posts from the last month:

As always, we appreciate you joining us for our release. If you want to keep an eye on what’s coming to Nylas next, you can check our public roadmap.

Your feedback and suggestions about the Nylas platform are always welcome. If you have any comments or suggestions on the documentation, you can also drop us a line .

Until next time! 👋