Coda

Coda integration on indie.money — manage docs, tables, rows, and formulas

Written By pvdyck

Last updated About 5 hours ago

Coda

Community — Available, not yet validated

VendorCoda
NodesCoda
Tier⬜ Community
AuthAPI Key via Secure Vault

Overview

Manage docs, tables, rows, formulas, views, and controls in Coda. Use this node to read and write data in Coda docs, trigger button actions, and retrieve computed formula values.

Authentication

API Key via Secure Vault. Connect via the credential configuration modal.

Resources & Operations

Table

OperationDescription
Create RowCreate a new row in a table
Get RowRetrieve a specific row
Get All RowsRetrieve all rows from a table
Delete RowDelete a row
Push ButtonTrigger a button column in a row
Get ColumnRetrieve a specific column definition
Get All ColumnsRetrieve all columns in a table

Formula

OperationDescription
GetRetrieve a specific formula and its value
Get AllRetrieve all formulas in a doc

Control

OperationDescription
GetRetrieve a specific control and its value
Get AllRetrieve all controls in a doc

View

OperationDescription
GetRetrieve a specific view
Get AllRetrieve all views in a doc
Get All View RowsRetrieve all rows from a view
Delete View RowDelete a row from a view
Push View ButtonTrigger a button column in a view row
Get All View ColumnsRetrieve all columns in a view
Update View RowUpdate a row in a view

Tips

  • Use Push Button to trigger Coda automations or calculated actions from external workflows.
  • Formula > Get retrieves the computed value of a Coda formula, useful for pulling calculated metrics into other systems.
  • Views provide filtered/sorted perspectives on tables; use View operations when you need a specific subset of data.
  • Control > Get reads slider, toggle, or text input values set by users in the doc.

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.