Coda
Actions
| Name | Description |
|---|---|
create-rowCreates a new row in the selected table. | Creates a new row in the selected table. |
update-rowUpdates an existing row in the selected table. | Updates an existing row in the selected table. |
upsert-rowCreates a new row or updates an existing one if it matches key columns. | Creates a new row or updates an existing one if it matches key columns. |
find-rowFind specific rows in the selected table using a column match search. | Find specific rows in the selected table using a column match search. |
get-rowRetrieves a single row by specified ID. | Retrieves a single row by specified ID. |
list-tablesList tables in a selected document. | List tables in a selected document. |
get-tableGet structure and details of a specific table (e.g., columns, schema). | Get structure and details of a specific table (e.g., columns, schema). |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new-row-createdTriggers when a new row is added to the selected table. | Triggers when a new row is added to the selected table. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'coda',
actionName: 'create-row',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Coda 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 Coda support?
Coda supports 8 actions including Create Row, Update Row, Upsert Row, Find Row(s), Get Row, and more.
Can I use Coda with AI agents?
Yes. Add Coda 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 Coda use?
Coda uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Coda integration cost?
The Coda integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Coda support?
Coda supports 1 triggers including New Row Created.
Connect Coda in 2 minutes
Get 1,000 free actions every month. No credit card required.