Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
β
Authorization
β Authorization
β
Read & write data
β Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | β |
| API unification | β |
| 2-way sync | β |
| Webhooks from Nango on data modifications | β |
| Real-time webhooks from 3rd-party API | π« (time to contribute: <48h) |
| Proxy requests | β |
β
Observability & data quality
β Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | β |
| End-to-end type safety | β |
| Data runtime validation | β |
| OpenTelemetry export | β |
| Slack alerts on errors | β |
| Integration status API | β |
β
Customization
β Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | β |
| Pre-configured pagination | π« (time to contribute: <48h) |
| Pre-configured rate-limit handling | π« (time to contribute: <48h) |
| Per-customer configurations | β |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
add-permission | Share a doc with a user or make it public. | Action | π Github |
create-page | Create a new page in a doc. | Action | π Github |
delete-doc | Permanently delete a doc. | Action | π Github |
delete-page | Delete a page from a doc. | Action | π Github |
delete-row | Delete a single row from a Coda table. | Action | π Github |
get-column | Retrieve a single column by ID or name. | Action | π Github |
get-doc | Retrieve a single doc by ID. | Action | π Github |
get-formula | Retrieve a single named formula by ID or name. | Action | π Github |
get-page | Retrieve a single page by ID or name. | Action | π Github |
get-row | Retrieve a single row by ID or name. | Action | π Github |
get-table | Retrieve a single table or view by ID or name. | Action | π Github |
get-user | Retrieve the authenticated userβs profile and workspace info. | Action | π Github |
list-columns | List columns in a table. | Action | π Github |
list-controls | List interactive controls (buttons, checkboxes, sliders) in a doc. | Action | π Github |
list-doc-analytics | Retrieve analytics events for docs. | Action | π Github |
list-docs | List docs accessible to the authenticated user. | Action | π Github |
list-formulas | List named formulas in a doc. | Action | π Github |
list-permissions | List sharing permissions on a doc. | Action | π Github |
list-rows | List rows in a table with optional filtering and pagination. | Action | π Github |
list-tables | List tables and views in a doc. | Action | π Github |
columns | Sync columns for a configured doc and table. | Sync | π Github |
controls | Sync interactive controls (buttons, checkboxes, sliders) for a configured doc. | Sync | π Github |
docs | Sync all docs accessible to the authenticated user | Sync | π Github |
formulas | Sync named formulas for a configured doc | Sync | π Github |
permissions | Sync sharing permissions for a configured doc | Sync | π Github |
rows | Sync rows for a configured doc and table. | Sync | π Github |
tables | Sync tables and views for a configured doc | Sync | π Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | β | |
| Paid test account | β | |
| Partnership | β | |
| App review | β | |
| Security audit | β |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Coda uses API_KEY auth mode with Authorization: Bearer
api_tokenin the request header to access different endpoints.
Contribute API gotchas by editing this page