-
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
breeze
URLs
Polling Sources
new-task
Prompt
Emit new event when a new task is created. No props required.
task-moved
Prompt
Emit new event when a task is moved to another list. Required prop 'taskID' to identify the task.
task-status-updated
Prompt
Emit new event when a task's status is updated. Required prop 'taskID' to identify the task.
Actions
create-task
Prompt
Generates a new task within an existing project in breeze. Required props: 'project ID', 'task name'. Optional props: 'task description', 'due date'.
create-project
Prompt
Establishes a new project in breeze. Required props: 'project name'. Optional props: 'project description', 'start date', 'end date'.
find-project
Prompt
Searches for a specific project in breeze using the name. Required props: 'project name'.
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
Type
Projects
Status
Done