Coda Connector
Connect Zenmako to Coda to read, create, and manage data in your Coda documents. This enables AI to browse your docs, query tables, and add or update rows.
Getting Your API Token
Coda uses API tokens for authentication. Follow these steps to generate one:
Store your token securely. If you lose it, you will need to generate a new one.
Note: Your API token grants access to all documents you can access in Coda. There is no way to restrict the token to specific documents.
Connecting Coda
If the test succeeds, your Coda connection is ready to use.
Available Actions
| Action | Description |
| listDocs | List all accessible Coda documents. Supports filtering by ownership and search query. |
| listPages | List all pages within a specific Coda document |
| listTables | List all tables within a specific Coda document |
| getTableSchema | Get the column schema for a table, including column names, types, and IDs |
| queryTable | Query rows from a table with optional filtering. Supports Coda's filter syntax. |
| addTableRow | Add a new row to a table with specified column values |
| updateTableRow | Update an existing row's column values |
| deleteTableRow | Delete a row from a table (cannot be undone) |
Example Prompts
Try these prompts to interact with your Coda data:
Common Issues
"Invalid API token" or "Unauthorized" error
This typically means your token is invalid or has been revoked. Solutions:
"Table not found" error
The table or document ID may be incorrect. Common causes and solutions:
grid-abc123, not "My Table"listTables action to find the correct table ID for your document
Zenmako