Actions
| Name | Description |
|---|---|
create_taskCreate a new task in Height | Create a new task in Height |
list_tasksList tasks, optionally filtered by list | List tasks, optionally filtered by list |
get_taskGet a specific task by ID | Get a specific task by ID |
list_listsList all lists in Height | List all lists in Height |
custom_api_callMake a custom API call to the Height API | Make a custom API call to the Height API |
Triggers
| Name | Description |
|---|---|
task_createdTriggers when a new task is created | Triggers when a new task is created |
task_completedTriggers when a task is completed | Triggers when a task is completed |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'height',
actionName: 'create_task',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Height to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Height support?
Height supports 5 actions including Create Task, List Tasks, Get Task, List Lists, Custom API Call.
Can I use Height with AI agents?
Yes. Add Height to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Height use?
Height uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Height integration cost?
The Height integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Height support?
Height supports 2 triggers including Task Created, Task Completed.
Connect Height in 2 minutes
Get 1,000 free actions every month. No credit card required.