Blocks
Coda
All-in-one doc platform combining docs, spreadsheets, and apps
Integrate with Coda to create and manage docs, tables, rows, formulas, and automations. Combine the power of documents and databases in a flexible workspace using OAuth 2.0 authentication.
Block Preview
Coda
All-in-one doc platform combining docs, spreadsheets, and apps
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the coda block with monitoring enabled in production.
Inputs (UI)
Coda Account
oauth-inputPlaceholder: Select Coda account
Layout: full
Provider: coda
Operation
dropdownLayout: full
Options: List Docs, Get Doc, Create Doc, List Tables
Doc ID
short-inputPlaceholder: Enter doc ID
Layout: full
Condition: operation = ["get_doc","list_tables","get_table","add_row","update_row","delete_row","list_rows","list_columns"]
Doc Title
short-inputPlaceholder: My Coda Doc
Layout: full
Condition: operation = "create_doc"
Table ID
short-inputPlaceholder: Enter table ID or name
Layout: full
Condition: operation = ["get_table","add_row","update_row","delete_row","list_rows","list_columns"]
Row ID
short-inputPlaceholder: Enter row ID
Layout: full
Condition: operation = ["update_row","delete_row"]
Row Data (JSON)
long-inputPlaceholder: {"Column1": "Value1", "Column2": "Value2"}
Layout: full
Condition: operation = ["add_row","update_row"]
Limit
short-inputPlaceholder: 100
Layout: half
Condition: operation = ["list_docs","list_tables","list_rows"]
Inputs (API)
credential
stringRequired
operation
stringRequired
docId
stringOptional
docTitle
stringOptional
tableId
stringOptional
rowId
stringOptional
rowData
stringOptional
limit
stringOptional
Outputs
Primary response type:
{
"data": "json"
}