-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
taskade
URLs
Webhook Sources
task-due-instant
Prompt
Emit new event when a task's due date is reached. Requires prop 'task_id' to specify the task, and optional 'assignee_id' prop to filter by assignee.
URLs
- https://developers.taskade.com/docs/api/tasks
- https://developers.taskade.com/docs/api/tasks/create
- https://developers.taskade.com/docs/api/tasks/complete
- https://developers.taskade.com/docs/api/tasks/assignees
- https://developers.taskade.com/docs/api/tasks/date
Actions
create-task
Prompt
Creates a new task in Taskade. Mandatory props include 'task-title' which defines the name of the task, and 'workspace' to identify where the task should be created. Optional props such as 'due-date' and 'assignees' can further customize the task.
URLs
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee