# Notetaker notifications

Source: https://developer.nylas.com/docs/reference/notifications/notetaker/

Notifications about Notetaker bot lifecycle, meeting states, and media processing.

## Triggers

- [`notetaker.created`](https://developer.nylas.com/docs/reference/notifications/notetaker/notetaker-created/) - Sent when you create or schedule a Notetaker bot. For ad-hoc meetings, `join_time`, `event.ical_uid`, and `event.event_id` are omitted.
- [`notetaker.updated`](https://developer.nylas.com/docs/reference/notifications/notetaker/notetaker-updated/) - Sent when you update a scheduled Notetaker bot's settings or join time. Only fires while in `scheduled` state.
- [`notetaker.deleted`](https://developer.nylas.com/docs/reference/notifications/notetaker/notetaker-deleted/) - Sent when a Notetaker bot is deleted, its associated event is cancelled, or its settings are set to null.
- [`notetaker.meeting_state`](https://developer.nylas.com/docs/reference/notifications/notetaker/notetaker-meeting_state/) - Sent when the Notetaker bot transitions between meeting lifecycle states. The notification includes both a `state` field (the lifecycle phase) and a `meeting_state` field (the specific reason for the transition).
- [`notetaker.media`](https://developer.nylas.com/docs/reference/notifications/notetaker/notetaker-media/) - Sent when a recording or transcription is processing, available, or deleted.
