https://api.us.nylas.com/v3/notetakers/configsCreate a Notetaker Configuration
Creates a new configuration for the application. Configurations define reusable settings that Notetakers inherit through a hierarchical chain.
The scope of the configuration is determined by which context fields you provide:
application_idonly → application scopeworkspace_id→ workspace scopegrant_id→ grant scope. Grant configurations are policy-only: they supportdispatch_disabled_untilfor dispatch suppression and rejectnotetaker_settingsanddeduplication_policy.- Other scopes (calendar, recurring event) are created automatically by the calendar and event sync endpoints.
workspace_id and grant_id are mutually exclusive.
To upload a custom video output image,
send the request as multipart/form-data with the JSON body in a part named config
and the image in a file part referenced by notetaker_settings.video_output.file_key.
Small images (up to 1,376,256 decoded bytes) can be sent inline on application/json
requests using video_output.media_type and video_output.data instead.
grant_idThe grant ID. Provide to create a policy-only grant configuration for
dispatch suppression. Grant
configurations support only dispatch_disabled_until — requests that
include notetaker_settings or deduplication_policy return 400 Bad Request.
The configuration's config_id is the grant ID. Mutually exclusive with
workspace_id.
deduplication_policyControls whether Notetakers governed by this configuration participate in
deduplication. Available values depend on the scope:
application and workspace support active or inactive;
calendar, event, and per-notetaker support inherit or disable.
dispatch_disabled_untilAn RFC 3339 timestamp that suppresses Notetaker dispatch while it's in the future. Accepted on application, workspace, and grant configurations. While active, Nylas rejects immediate join requests and doesn't dispatch scheduled Notetakers governed by this configuration. See Pause Notetaker dispatch.