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.

Back to Catalog
Toolscoda

Block Preview

Coda

All-in-one doc platform combining docs, spreadsheets, and apps

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the coda block with monitoring enabled in production.

Inputs (UI)

Coda Account

oauth-input

Placeholder: Select Coda account

Layout: full

Provider: coda

Operation

dropdown

Layout: full

Options: List Docs, Get Doc, Create Doc, List Tables

Doc ID

short-input

Placeholder: 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-input

Placeholder: My Coda Doc

Layout: full

Condition: operation = "create_doc"

Table ID

short-input

Placeholder: Enter table ID or name

Layout: full

Condition: operation = ["get_table","add_row","update_row","delete_row","list_rows","list_columns"]

Row ID

short-input

Placeholder: Enter row ID

Layout: full

Condition: operation = ["update_row","delete_row"]

Row Data (JSON)

long-input

Placeholder: {"Column1": "Value1", "Column2": "Value2"}

Layout: full

Condition: operation = ["add_row","update_row"]

Limit

short-input

Placeholder: 100

Layout: half

Condition: operation = ["list_docs","list_tables","list_rows"]

Inputs (API)

credential

string

Required

operation

string

Required

docId

string

Optional

docTitle

string

Optional

tableId

string

Optional

rowId

string

Optional

rowData

string

Optional

limit

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

coda_api
Coda | NowFlow Blocks