Supported operations

Operation
Description
Create a Doc
Create a new Coda document.
Delete a Doc
Delete a specified Coda document.
Get All Doc
Get all accessible Coda documents.
List Tables
List all tables in the specified Coda document.
Get a Table
Get details of a specific table in a Coda document.
Get All Columns
Get all columns of a specified table in a Coda document.
Get a Column
Get details of a specific column in a Coda table.
Create a Row
Create a new row of data in a Coda table.
Delete a Row
Delete a specified row from a Coda table.
Get All Rows
Get all rows in a Coda table.
Get a Row
Get information about a specified row from a Coda table.
Get Many Views
Get all views in a Coda document.
Get a View
Get a specific view from a Coda document.
Get All View Columns
Get all columns from a Coda view.
Delete a View Row
Delete a specified row from a Coda view.
Get a View Row
Get information about a specified row from a Coda view.
Push a Button
Push a button in a Coda row.
Push a View Button
Push a button in a Coda view row.
Update a View Row
Update a specified row in a Coda view.
Get Many Controls
Get all controls in a Coda document.
Get a Control
Get a specific control from a Coda document.
Get Many Formulas
Get all formulas in a Coda document.
Get a Formula
Get a specific formula from a Coda document.

FAQ about Coda integrations

How do I find my DocId, TableId, or ViewId?
You can find these IDs from the URL of your Coda document:
  • DocId: When you open a Coda document, the URL format is usually "https://coda.io/d/{DocId}/..." The string after d is the document ID.
  • TableId/ViewId: Click on a table or view in the document, and the URL will change to "https://coda.io/d/Document-Name_d[DocId]/[TableId]." The last part of the URL is the table or view ID, usually starting with "grid-" or "view-."
I encountered an error when using "Create a Row", saying the format is incorrect. How should I check?
Please ensure that the "Values" field format strictly follows CSV specifications.
  • Column Count Match: The number of comma-separated values you provide must exactly match the number of columns in the target table.
  • Special Characters: If your values contain commas or newlines, enclose the entire value in double quotes.
  • Multiple Row Insertion: To insert multiple rows at once, use the newline character "\n" to separate data for each row.
I received a 401 Unauthorized or 403 Forbidden error. Why is this?
This is usually related to your API credentials. Please check the following:
  • Is the API token correct: Confirm that the Coda API token configured in GoInsight is valid and has not been revoked.
  • Token Permissions: Ensure that the API token you generated has sufficient permissions to perform the operation you want. For example, a read-only token cannot be used to create or delete rows.
  • Document Access Rights: Confirm that the account that generated the API token has access to the Coda document specified in the node.

Try GoInsight.AI, Level Up Your Team

Bring your team, systems, and AI into one place—then turn ideas into governed work.