Standalone Notetaker

Update standalone Notetaker

Updates the specified scheduled standalone Notetaker bot.

patch/v3/notetakers/{notetaker_id}

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.

namestring

The display name for the Notetaker bot.

Example request

{
  "join_time": 1732657774,
  "meeting_settings": {
    "action_items": true,
    "action_items_settings": {
      "custom_instructions": "Only return the 5 most important action items."
    },
    "audio_recording": true,
    "leave_after_silence_seconds": 360,
    "summary": true,
    "summary_settings": {
      "custom_instructions": "Return this summary in the MEDPIC sales methodology."
    },
    "transcription": true,
    "video_recording": true,
    "transcription_settings": {
      "expected_languages": [
        "en",
        "es"
      ],
      "fallback_language": "en",
      "keywords": [
        "Nylas",
        "AssemblyAI"
      ],
      "use_speaker_names_as_keywords": true
    }
  },
  "name": "Nylas Notetaker"
}

Response

Success. Returns standalone Notetaker bot.

request_idstring

The request ID.

Example response

{
  "request_id": "5fa64c92-e840-4357-86b9-2aa364d35b88"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.