Skip to main content

ImportTemplateFromIdArgs

type ImportTemplateFromIdArgs = {
locale?: string;
projectId: string;
templateId: string;
};

Arguments for importing a template by ID into an existing project.

See

https://developer.todoist.com/api/v1/#tag/Templates/operation/import_into_project_from_template_id_api_v1_templates_import_into_project_from_template_id_post

Properties

locale?

optional locale: string;

Locale for the import (default: 'en').


projectId

projectId: string;

The project ID to import into.


templateId

templateId: string;

The template ID to import.