PipedreamHQ / PipedreamHQ/pipedream
[Components] morgen
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# morgen
## URLs
- https://docs.morgen.so/
## Polling Sources
### new-task-created-instant
#### Description
Emit new event when a task is created in Morgen. Props include task details such as title, description, due date, and priority.
### new-task-updated-or-completed-instant
#### Description
Emit new event when a task is updated or marked as completed in Morgen. Props include task ID, updated fields, and completion status.
## Actions
### create-task
#### Description
Create a new task in Morgen. Required props: task name. Optional props: due date, priority, assigned task list, and additional notes.
### find-create-task
#### Description
Find an existing task in Morgen by its name. If not found, create a new one. Required props: task name. Optional props: due date, priority, assigned task list, and additional notes.
### find-task
#### Description
Retrieve a task from Morgen by searching for its name. Required props: task name. Optional props: task list for more specific filtering.
Contributor guide
Assessment
This issue has not been assessed yet.