-
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-completed-task-instant
Prompt
Emits a new event when a task is completed. Required props: taskID. Optional props: task status values like Done, Won't do, etc.
new-or-updated-task-instant
Prompt
Emits a new event when a task is created or updated. Required props: taskID. Optional props: task values or attributes that were updated.
new-message-instant
Prompt
Emits a new event when a new message is created. Required props: messageID. Optional props: message content, senderID.
Actions
create-task
Prompt
Creates a new task within your workspace. Required prop is 'task title'. Optional props include 'task description', 'due date', and 'assignee'.
update-tasks
Prompt
Updates either a single task or a batch of tasks by ids. You need to configure 'task id(s)'. Optional props would be 'new title', 'new description', 'new due date' or 'new assignee'.
search-tasks
Prompt
Runs a search over your tasks with a text query. The 'search query' is a required prop.