-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
height
URLs
- https://height.notion.site/API-documentation-643aea5bf01742de9232e5971cb4afda https://height.notion.site/OAuth-Apps-on-Height-a8ebeab3f3f047e3857bd8ce60c2f640
Webhook Sources
new-task-instant
Prompt
Emit a new event when a new task is created. Required props: title of the task. Optional props: task description, assignee.
updated-task-instant
Prompt
Emit new event when a task is updated. Required props: title of the task. Optional props: changes made in the task.
task-added-to-list-instant
Prompt
Emit new event when a task is added to a list. Required props: task title, list name. Optional props: list owner, date of addition.
Actions
create-task
Prompt
Creates a task within your workspace. Required props are 'task name' and 'workspace id'. Optional props include 'task description', 'assigned to', and 'due date'.
update-task
Prompt
Updates one or multiple tasks by id. The required prop is 'task id(s)', while optional props include 'task name', 'task description', 'assigned to', and 'due date'.
duplicate-list
Prompt
Duplicates a list along with its tasks. The required prop for this action is 'list id'. Optionally, you can specify a name for the new list with the 'new list name' prop.