hormesiel/Todoist: Create Task

Create a task in Todoist

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
task-nameTask content [or name]. This value may contain markdown-formatted text and hyperlinks. Details on markdown support can be found in the Text Formatting article in [Todoist's] Help Center.yes
todoist-api-tokenThe Todoist API token of the account to create the task in.yes
task-assignee-idThe responsible user ID (only applies to shared tasks).no
task-descriptionA description for the task. This value may contain markdown-formatted text and hyperlinks. Details on markdown support can be found in the Text Formatting article in [Todoist's] Help Center.no
task-due-dateSpecific date in `YYYY-MM-DD` format relative to user's timezone.no
task-due-datetimeSpecific date and time in RFC3339 format in UTC.no
task-due-lang2-letter code specifying language in case `due_string` is not written in English.no
task-due-stringHuman defined task due date (ex.: "next Monday", "Tomorrow"). Value is set using local (not UTC) time.no
task-durationA positive (greater than zero) integer for the amount of `duration_unit` the task will take. If specified, you **must** define a `duration_unit`.no
task-duration-unitThe unit of time that the `duration` field above represents. Must be either `minute` or `day`. If specified, `duration` **must** be defined as well.no
task-labelsThe task's labels (a list of names that may represent either personal or shared labels).no
task-orderNon-zero integer value used by clients to sort tasks under the same parent.no
task-parent-idParent task ID.no
task-priorityTask priority from 1 (normal) to 4 (urgent).no
task-project-idTask project ID. If not set, task is put to user's Inbox.no
task-section-idID of section to put task into.no

no outputs