Skip to content
Skip to main content
PATCH
/v3/notetakers/{notetaker_id}

Update standalone Notetaker

Updates the specified scheduled standalone Notetaker bot.

NYLAS API KEY

Parameters

Path parameters

notetaker_id*string

ID of the Notetaker bot to access.

Example: "71c807752c744ad0902f64d43e6cc399"

Request body

join_timeinteger

When Notetaker should join the meeting, in seconds using the Unix timestamp format. If empty, Notetaker joins the meeting immediately.

If you provide a time that's in the past, Nylas returns an error.

Example: 1732657774
meeting_settingsobject

A collection of settings for the Notetaker bot.

namestring

The display name for the Notetaker bot.

Default: "Nylas Notetaker"
Example: "Nylas Notetaker"

Responses

request_idstring

The request ID.

dataobject
PATCHhttps://api.us.nylas.com/v3/notetakers/71c807752c744ad0902f64d43e6cc399

Find your API key in the Nylas Dashboard under API Keys in your application settings.

notetaker_idrequiredstring

ID of the Notetaker bot to access.

Loading editor...

Autocomplete and validation come from this endpoint's request schema.