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

Source: https://developer.nylas.com/docs/new/release-notes/2025-10-02-new-in-nylas/

> **Hint:** 
> **Want updates delivered directly to you? Subscribe to our RSS feeds!** We have a [combined feed ](/atom.xml) for all updates, one for [just release notes ](/atom-relnotes.xml), and one for [just changelogs ](/atom-changelogs.xml).

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

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](/docs/v3/notetaker/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.

```bash {3-6,8-11}
...
  "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](https://www.nylas.com/blog/summaries-and-action-items/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes) — be sure to check it out!

## Breaking change

- Changed the `transcription requires audio recording` error message on Notetaker endpoints to `transcription requires audio_recording`.

## Nylas API improvements and bug fixes

- Clarified conflicting error messages for [Create Folder](/docs/reference/api/folders/post-folder/) and [Create Calendar](/docs/reference/api/calendar/create-calendar/) endpoints.
- Fixed bug where message received times were incorrect for Google grants.
- Fixed issue where making an [Update Event request](/docs/reference/api/events/put-events-id/) 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](/docs/reference/api/contacts/list-contact/) 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.

## Nylas SDK changelogs

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:

-  **Node.js SDK**:
  [v7.13.0](/docs/new/v3-changelogs/2025-09-02-node-sdk-v7-13-0/),
  [v7.13.1](/docs/new/v3-changelogs/2025-09-23-node-sdk-v7-13-1/)
-  **Python
  SDK**: [v6.12.0](/docs/new/v3-changelogs/2025-09-02-python-sdk-v6-12-0/)
-  **Kotlin/Java
  SDK**: [v2.14.0](/docs/new/v3-changelogs/2025-09-02-java-sdk-v2-14-0/)

## New and updated docs

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

- [Getting started with Nylas](/docs/v3/getting-started/)
- ✨ [Quickstart: Calendar and Events APIs](/docs/v3/getting-started/calendar/)
- ✨ [Quickstart: Email API](/docs/v3/getting-started/email/)

## Latest Nylas Tech blogs

Our team is hard at work bringing you [cool demos built on Nylas](https://www.nylas.com/blog/category/developer-how-tos/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes). Here are the new posts from the last month:

- [5 ways to programmatically get Google Meet transcriptions](https://www.nylas.com/blog/how-to-add-google-meet-transcription-to-your-app/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes)
- [How to get transcription data from Microsoft Teams meetings](https://www.nylas.com/blog/how-to-transcribe-a-teams-meeting/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes)
- [How to integrate Microsoft Teams meetings into your app](https://www.nylas.com/blog/how-to-integrate-microsoft-teams-meetings-into-your-application/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes)
- [How to integrate Google Meet into your SaaS app](https://www.nylas.com/blog/how-to-integrate-google-meet-api/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes)
- [How to integrate Zoom meetings into a SaaS application](https://www.nylas.com/blog/how-to-integrate-zoom-meetings/?utm_source=docs&utm_campaign=2025-oct-relnotes&utm_content=relnotes)

## That's all for now

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](https://roadmap.nylas.com/).

[Your feedback and suggestions](https://feedback.nylas.com/) about the Nylas platform are always welcome. If you have any comments or suggestions on the documentation, you can also [drop us a line ](mailto:ireadthedocs@nylas.com).

Until next time! 👋