hormesiel/Todoist: Create Task
Create a task in Todoist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| task-name | Task 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-token | The Todoist API token of the account to create the task in. | yes | — |
| task-assignee-id | The responsible user ID (only applies to shared tasks). | no | — |
| task-description | A 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-date | Specific date in `YYYY-MM-DD` format relative to user's timezone. | no | — |
| task-due-datetime | Specific date and time in RFC3339 format in UTC. | no | — |
| task-due-lang | 2-letter code specifying language in case `due_string` is not written in English. | no | — |
| task-due-string | Human defined task due date (ex.: "next Monday", "Tomorrow"). Value is set using local (not UTC) time. | no | — |
| task-duration | A 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-unit | The 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-labels | The task's labels (a list of names that may represent either personal or shared labels). | no | — |
| task-order | Non-zero integer value used by clients to sort tasks under the same parent. | no | — |
| task-parent-id | Parent task ID. | no | — |
| task-priority | Task priority from 1 (normal) to 4 (urgent). | no | — |
| task-project-id | Task project ID. If not set, task is put to user's Inbox. | no | — |
| task-section-id | ID of section to put task into. | no | — |
Outputs
no outputs