Skip to content
Skip to main content
POST
/v3/notetakers

Invite standalone Notetaker to meeting

Adds a standalone Notetaker bot to the specified meeting.

ℹ️ Nylas doesn't de-duplicate Notetaker bots. Every POST /v3/notetakers request you make invites a new Notetaker to the specified meeting.
NYLAS API KEY

Request body

join_timeinteger

When the Notetaker bot should join the meeting, in seconds using the Unix timestamp format. If you don't specify a time, 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
POSThttps://api.us.nylas.com/v3/notetakers

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

Loading editor...

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