Skip to main content

Overview

Pre-built tooling

Pre-built integrations

Access requirements

Setup guide

Useful links

API gotchas

Pre-built tooling

ToolsStatus
Pre-built authorization (API Key)βœ…
Pre-built authorization UIβœ…
Custom authorization UIβœ…
End-user authorization guideβœ…
Expired credentials detectionβœ…
ToolsStatus
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βœ…
ToolsStatus
HTTP request loggingβœ…
End-to-end type safetyβœ…
Data runtime validationβœ…
OpenTelemetry exportβœ…
Slack alerts on errorsβœ…
Integration status APIβœ…
ToolsStatus
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 nameDescriptionTypeSource code
add-permissionShare a doc with a user or make it public.ActionπŸ”— Github
create-pageCreate a new page in a doc.ActionπŸ”— Github
delete-docPermanently delete a doc.ActionπŸ”— Github
delete-pageDelete a page from a doc.ActionπŸ”— Github
delete-rowDelete a single row from a Coda table.ActionπŸ”— Github
get-columnRetrieve a single column by ID or name.ActionπŸ”— Github
get-docRetrieve a single doc by ID.ActionπŸ”— Github
get-formulaRetrieve a single named formula by ID or name.ActionπŸ”— Github
get-pageRetrieve a single page by ID or name.ActionπŸ”— Github
get-rowRetrieve a single row by ID or name.ActionπŸ”— Github
get-tableRetrieve a single table or view by ID or name.ActionπŸ”— Github
get-userRetrieve the authenticated user’s profile and workspace info.ActionπŸ”— Github
list-columnsList columns in a table.ActionπŸ”— Github
list-controlsList interactive controls (buttons, checkboxes, sliders) in a doc.ActionπŸ”— Github
list-doc-analyticsRetrieve analytics events for docs.ActionπŸ”— Github
list-docsList docs accessible to the authenticated user.ActionπŸ”— Github
list-formulasList named formulas in a doc.ActionπŸ”— Github
list-permissionsList sharing permissions on a doc.ActionπŸ”— Github
list-rowsList rows in a table with optional filtering and pagination.ActionπŸ”— Github
list-tablesList tables and views in a doc.ActionπŸ”— Github
columnsSync columns for a configured doc and table.SyncπŸ”— Github
controlsSync interactive controls (buttons, checkboxes, sliders) for a configured doc.SyncπŸ”— Github
docsSync all docs accessible to the authenticated userSyncπŸ”— Github
formulasSync named formulas for a configured docSyncπŸ”— Github
permissionsSync sharing permissions for a configured docSyncπŸ”— Github
rowsSync rows for a configured doc and table.SyncπŸ”— Github
tablesSync tables and views for a configured docSyncπŸ”— Github

Access requirements

Pre-RequisitesStatusComment
Paid dev account❓
Paid test account❓
Partnership❓
App review❓
Security audit❓

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Coda uses API_KEY auth mode with Authorization: Bearer api_token in the request header to access different endpoints.
Contribute API gotchas by editing this page