Skip to main content
PUT
Set note-taker automation

Authorizations

Authorization
string
header
required

API token from your Timeless dashboard.

Body

application/json
automation
enum<string>
required

How the AI note-taker decides which meetings to join:

  • MANUAL — the bot never joins automatically; schedule it per event with the bot endpoints.
  • JOIN_AS_HOST — the bot joins events you organize.
  • JOIN_ALL_EVENTS — the bot joins every event on your calendar.
Available options:
MANUAL,
JOIN_AS_HOST,
JOIN_ALL_EVENTS

Response

The updated note-taker automation mode.

automation
enum<string>
required

How the AI note-taker decides which meetings to join:

  • MANUAL — the bot never joins automatically; schedule it per event with the bot endpoints.
  • JOIN_AS_HOST — the bot joins events you organize.
  • JOIN_ALL_EVENTS — the bot joins every event on your calendar.
Available options:
MANUAL,
JOIN_AS_HOST,
JOIN_ALL_EVENTS