Coda
codaCollaborative workspace platform that transforms documents into powerful tools for team productivity and project management
Acciones disponibles (101)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add a category for packCODA_ADD_A_CATEGORY_FOR_PACKAcciónAdd a publishing category for a given pack.
CODA_ADD_A_CATEGORY_FOR_PACKAcciónAdd a publishing category for a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
categoryNamestringObligatorioName of the publishing category.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add a maker for packCODA_ADD_A_MAKER_FOR_PACKAcciónSet a maker for a given pack. used to display makers for a pack in the corresponding packs page.
CODA_ADD_A_MAKER_FOR_PACKAcciónSet a maker for a given pack. used to display makers for a pack in the corresponding packs page.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
loginIdstringObligatorioThe email of the Pack maker.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add a permission for packCODA_ADD_A_PERMISSION_FOR_PACKAcciónCreate or modify user, workspace, or global permissions for a given pack.
CODA_ADD_A_PERMISSION_FOR_PACKAcciónCreate or modify user, workspace, or global permissions for a given pack.
Parámetros de entrada
accessstringObligatorioenumAccess
viewtesteditadminpackIdintegerObligatorioID of a Pack
principalobjectObligatorioMetadata about a Pack principal.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add custom domainCODA_ADD_CUSTOM_DOMAINAcciónAdd a custom domain to a published doc.
CODA_ADD_CUSTOM_DOMAINAcciónAdd a custom domain to a published doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
customDocDomainstringObligatorioThe custom domain.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add permissionCODA_ADD_PERMISSIONAcciónAdds a new permission to the doc.
CODA_ADD_PERMISSIONAcciónAdds a new permission to the doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
accessstringObligatorioenumType of access (excluding none).
readonlywritecommentprincipalobjectObligatorioMetadata about a principal to add to a doc.
suppressEmailbooleanWhen true suppresses email notification
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Begin content exportCODA_BEGIN_CONTENT_EXPORTAcciónInitiate an export of content for the given page.
CODA_BEGIN_CONTENT_EXPORTAcciónInitiate an export of content for the given page.
Parámetros de entrada
docIdstringObligatorioID of the doc.
outputFormatstringObligatorioenumSupported output content formats that can be requested for getting content for an existing page.
htmlmarkdownpageIdOrNamestringObligatorioID or name of the page. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If you provide a name and there are multiple pages with the same name, an arbitrary one will be selected.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Content export statusCODA_CONTENT_EXPORT_STATUSAcciónCheck the status of a page content export
CODA_CONTENT_EXPORT_STATUSAcciónCheck the status of a page content export
Parámetros de entrada
docIdstringObligatorioID of the doc.
requestIdstringObligatorioID of the request.
pageIdOrNamestringObligatorioID or name of the page. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If you provide a name and there are multiple pages with the same name, an arbitrary one will be selected.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Copy DocumentCODA_COPY_DOCAcciónCreates a copy of an existing coda document. this action allows you to duplicate a document while optionally specifying a new title and location for the copied document.
CODA_COPY_DOCAcciónCreates a copy of an existing coda document. this action allows you to duplicate a document while optionally specifying a new title and location for the copied document.
Parámetros de entrada
titlestringTitle for the new document. If not specified, defaults to 'Untitled'.
timezonestringThe timezone to use for the newly created document.
folder_idstringThe ID of the folder where the new document will be created. If not specified, defaults to your 'My docs' folder.
source_doc_idstringObligatorioID of the existing document to copy.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a new pack releaseCODA_CREATE_A_NEW_PACK_RELEASEAcciónCreates a new pack release based on an existing pack version.
CODA_CREATE_A_NEW_PACK_RELEASEAcciónCreates a new pack release based on an existing pack version.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
packVersionstringObligatorioWhich semantic pack version that the release will be created on.
releaseNotesstringDevelopers notes.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a pageCODA_CREATE_A_PAGEAcciónCreate a new page in a doc. note that creating a page requires you to be a doc maker in the applicable workspace.
CODA_CREATE_A_PAGEAcciónCreate a new page in a doc. note that creating a page requires you to be a doc maker in the applicable workspace.
Parámetros de entrada
namestringName of the page.
docIdstringObligatorioID of the doc.
iconNamestringName of the icon.
imageUrlstringUrl of the cover image to use.
subtitlestringSubtitle of the page.
pageContentobjectContent that can be added to a page at creation time, either text (or rich text) or a URL to create a full-page embed.
parentPageIdstringThe ID of this new page"s parent, if creating a subpage.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create docCODA_CREATE_DOCAcciónCreates a new coda doc, optionally copying an existing doc. note that creating a doc requires you to be a doc maker in the applicable workspace (or be auto-promoted to one).
CODA_CREATE_DOCAcciónCreates a new coda doc, optionally copying an existing doc. note that creating a doc requires you to be a doc maker in the applicable workspace (or be auto-promoted to one).
Parámetros de entrada
titlestringTitle of the new doc. Defaults to "Untitled".
folderIdstringThe ID of the folder within which to create this doc. Defaults to your "My docs" folder in the oldest workspace you joined; this is subject to change. You can get this ID by opening the folder in the docs list on your computer and grabbing the `folderId` query parameter.
timezonestringThe timezone to use for the newly created doc.
sourceDocstringAn optional doc ID from which to create a copy.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create packCODA_CREATE_PACKAcciónCreates a new pack, essentially registering a new pack id. the contents of the pack will be uploaded separately.
CODA_CREATE_PACKAcciónCreates a new pack, essentially registering a new pack id. the contents of the pack will be uploaded separately.
Parámetros de entrada
namestringThe name for the Pack.
descriptionstringA brief description of the Pack.
workspaceIdstringThe parent workspace for the Pack. If unspecified, the user"s default workspace will be used.
sourcePackIdintegerThe ID of the new Pack"s source, if this new Pack was forked.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a category for packCODA_DELETE_A_CATEGORY_FOR_PACKAcciónDelete a publishing category for a given pack.
CODA_DELETE_A_CATEGORY_FOR_PACKAcciónDelete a publishing category for a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
categoryNamestringObligatorioName of a publishing category
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a maker for packCODA_DELETE_A_MAKER_FOR_PACKAcciónDelete a maker for a given pack, who will not be displayed in the corresponding packs page.
CODA_DELETE_A_MAKER_FOR_PACKAcciónDelete a maker for a given pack, who will not be displayed in the corresponding packs page.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
loginIdstringObligatorioEmail of a Coda user.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a pageCODA_DELETE_A_PAGEAcciónDeletes the specified page.
CODA_DELETE_A_PAGEAcciónDeletes the specified page.
Parámetros de entrada
docIdstringObligatorioID of the doc.
pageIdOrNamestringObligatorioID or name of the page. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If you provide a name and there are multiple pages with the same name, an arbitrary one will be selected.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a permission for packCODA_DELETE_A_PERMISSION_FOR_PACKAcciónDelete user, workspace, or global permissions for a given pack.
CODA_DELETE_A_PERMISSION_FOR_PACKAcciónDelete user, workspace, or global permissions for a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
permissionIdstringObligatorioID of a permission on a doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete docCODA_DELETE_DOCAcciónDeletes a doc.
CODA_DELETE_DOCAcciónDeletes a doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete multiple rowsCODA_DELETE_MULTIPLE_ROWSAcciónDeletes the specified rows from the table or view. this endpoint will always return a 202. row deletions are generally processed within several seconds.
CODA_DELETE_MULTIPLE_ROWSAcciónDeletes the specified rows from the table or view. this endpoint will always return a 202. row deletions are generally processed within several seconds.
Parámetros de entrada
docIdstringObligatorioID of the doc.
rowIdsstring[]ObligatorioRow IDs to delete.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete packCODA_DELETE_PACKAcciónDelete a given pack.
CODA_DELETE_PACKAcciónDelete a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete permissionCODA_DELETE_PERMISSIONAcciónDeletes an existing permission.
CODA_DELETE_PERMISSIONAcciónDeletes an existing permission.
Parámetros de entrada
docIdstringObligatorioID of the doc.
permissionIdstringObligatorioID of a permission on a doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete rowCODA_DELETE_ROWAcciónDeletes the specified row from the table or view. this endpoint will always return a 202, so long as the row exists and is accessible (and the update is structurally valid). row deletions are generally processed within several seconds. when deleting using a name as opposed to an id, an arbitrary row will be removed.
CODA_DELETE_ROWAcciónDeletes the specified row from the table or view. this endpoint will always return a 202, so long as the row exists and is accessible (and the update is structurally valid). row deletions are generally processed within several seconds. when deleting using a name as opposed to an id, an arbitrary row will be removed.
Parámetros de entrada
docIdstringObligatorioID of the doc.
rowIdOrNamestringObligatorioID or name of the row. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Deletes a custom domainCODA_DELETES_A_CUSTOM_DOMAINAcciónDeletes a custom domain from a published doc.
CODA_DELETES_A_CUSTOM_DOMAINAcciónDeletes a custom domain from a published doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
customDocDomainstringObligatorioA custom domain for a published doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch grouped logs by pack org root ingestion idCODA_FETCH_GROUPED_LOGS_BY_PACK_ORG_ROOT_INGESTION_IDAcciónRetrieve the grouped logs of a pack for debugging purpose.
CODA_FETCH_GROUPED_LOGS_BY_PACK_ORG_ROOT_INGESTION_IDAcciónRetrieve the grouped logs of a pack for debugging purpose.
Parámetros de entrada
qstringA search query that follows Lucene syntax.
limitintegerMaximum number of results to return in this query.
orderstringenumSpecifies if the logs will be returned in time desc or asc. Default is desc.
ascdescpackIdintegerObligatorioID of a Pack
pageTokenstringAn opaque token used to fetch the next page of results.
afterTimestampstringOnly return logs after the given time (non-inclusive).
organizationIdstringObligatorioID of the organization.
beforeTimestampstringOnly return logs before the given time (non-inclusive).
rootIngestionIdstringObligatorioID of the root ingestion.
ingestionExecutionIdstringID of the ingestion execution.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch ingestion executions for packCODA_FETCH_INGESTION_EXECUTIONS_FOR_PACKAcciónRetrieve the ingestion execution ids of a root ingestion for debugging purpose.
CODA_FETCH_INGESTION_EXECUTIONS_FOR_PACKAcciónRetrieve the ingestion execution ids of a root ingestion for debugging purpose.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
orderstringenumSpecifies if the logs will be returned in time desc or asc. Default is desc.
ascdescpackIdintegerObligatorioID of a Pack
pageTokenstringAn opaque token used to fetch the next page of results.
datasourcestringDatasource of the ingestion execution to filter to
executionTypestringenumExecution type of the ingestion execution to filter to
FULLINCREMENTALafterTimestampstringOnly return logs after the given time (non-inclusive).
csbIngestionIdstringIngestion id of the ingestion execution to filter to
organizationIdstringObligatorioID of the organization.
beforeTimestampstringOnly return logs before the given time (non-inclusive).
ingestionStatusstringenumStatus of the ingestion execution to filter to
QUEUEDSTARTEDCANCELLEDUP_FOR_RETRYCOMPLETEDFAILEDrootIngestionIdstringObligatorioID of the root ingestion.
csbIngestionExecutionIdstringIngestion execution id of the ingestion execution to filter to
includeDeletedIngestionsbooleanInclude deleted ingestion executions in the response
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get acl settingsCODA_GET_ACL_SETTINGSAcciónReturns settings associated with acls for this coda doc.
CODA_GET_ACL_SETTINGSAcciónReturns settings associated with acls for this coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a columnCODA_GET_A_COLUMNAcciónReturns details about a column in a table.
CODA_GET_A_COLUMNAcciónReturns details about a column in a table.
Parámetros de entrada
docIdstringObligatorioID of the doc.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
columnIdOrNamestringObligatorioID or name of the column. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a controlCODA_GET_A_CONTROLAcciónReturns info on a control.
CODA_GET_A_CONTROLAcciónReturns info on a control.
Parámetros de entrada
docIdstringObligatorioID of the doc.
controlIdOrNamestringObligatorioID or name of the control. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a formulaCODA_GET_A_FORMULAAcciónReturns info on a formula.
CODA_GET_A_FORMULAAcciónReturns info on a formula.
Parámetros de entrada
docIdstringObligatorioID of the doc.
formulaIdOrNamestringObligatorioID or name of the formula. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get analytics last updated dayCODA_GET_ANALYTICS_LAST_UPDATED_DAYAcciónReturns days based on pacific standard time when analytics were last updated.
CODA_GET_ANALYTICS_LAST_UPDATED_DAYAcciónReturns days based on pacific standard time when analytics were last updated.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a pageCODA_GET_A_PAGEAcciónReturns details about a page.
CODA_GET_A_PAGEAcciónReturns details about a page.
Parámetros de entrada
docIdstringObligatorioID of the doc.
pageIdOrNamestringObligatorioID or name of the page. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If you provide a name and there are multiple pages with the same name, an arbitrary one will be selected.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a rowCODA_GET_A_ROWAcciónReturns details about a row in a table.
CODA_GET_A_ROWAcciónReturns details about a row in a table.
Parámetros de entrada
docIdstringObligatorioID of the doc.
rowIdOrNamestringObligatorioID or name of the row. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected.
valueFormatstringenumThe format that cell values are returned as.
simplesimpleWithArraysrichtableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
useColumnNamesbooleanUse column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a single packCODA_GET_A_SINGLE_PACKAcciónReturns a single pack.
CODA_GET_A_SINGLE_PACKAcciónReturns a single pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a tableCODA_GET_A_TABLEAcciónReturns details about a specific table or view.
CODA_GET_A_TABLEAcciónReturns details about a specific table or view.
Parámetros de entrada
docIdstringObligatorioID of the doc.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
useUpdatedTableLayoutsbooleanReturn "detail" and "form" for the `layout` field of detail and form layouts respectively (instead of "masterDetail" for both)
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get detailed listing information for a packCODA_GET_DETAILED_LISTING_INFORMATION_FOR_A_PACKAcciónGet detailed listing information for a pack.
CODA_GET_DETAILED_LISTING_INFORMATION_FOR_A_PACKAcciónGet detailed listing information for a pack.
Parámetros de entrada
docIdstringID of the target document for checking installation privileges
packIdintegerObligatorioID of a Pack
workspaceIdstringID of the target workspace (if applicable) for checking installation privileges.
installContextstringenumType of installation context for which Pack information is being requested.
workspacedocreleaseChannelstringenumRelease channel for which Pack information is being requested.
LIVELATEST
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get doc analytics summaryCODA_GET_DOC_ANALYTICS_SUMMARYAcciónReturns summarized analytics data for available docs.
CODA_GET_DOC_ANALYTICS_SUMMARYAcciónReturns summarized analytics data for available docs.
Parámetros de entrada
sinceDatestringLimit results to activity on or after this date.
untilDatestringLimit results to activity on or before this date.
isPublishedbooleanLimit results to only published items.
workspaceIdstringID of the workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get doc categoriesCODA_GET_DOC_CATEGORIESAcciónGets all available doc categories.
CODA_GET_DOC_CATEGORIESAcciónGets all available doc categories.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get info about a docCODA_GET_INFO_ABOUT_A_DOCAcciónReturns metadata for the specified doc.
CODA_GET_INFO_ABOUT_A_DOCAcciónReturns metadata for the specified doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get mutation statusCODA_GET_MUTATION_STATUSAcciónGet the status for an asynchronous mutation to know whether or not it has been completed. each api endpoint that mutates a document will return a request id that you can pass to this endpoint to check the completion status. status information is not guaranteed to be available for more than one day after the mutation was completed. it is intended to be used shortly after the request was made.
CODA_GET_MUTATION_STATUSAcciónGet the status for an asynchronous mutation to know whether or not it has been completed. each api endpoint that mutates a document will return a request id that you can pass to this endpoint to check the completion status. status information is not guaranteed to be available for more than one day after the mutation was completed. it is intended to be used shortly after the request was made.
Parámetros de entrada
requestIdstringObligatorioID of the request.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get pack analytics summaryCODA_GET_PACK_ANALYTICS_SUMMARYAcciónReturns summarized analytics data for packs the user can edit.
CODA_GET_PACK_ANALYTICS_SUMMARYAcciónReturns summarized analytics data for packs the user can edit.
Parámetros de entrada
packIdsinteger[]Which Pack IDs to fetch.
sinceDatestringLimit results to activity on or after this date.
untilDatestringLimit results to activity on or before this date.
isPublishedbooleanLimit results to only published items. If false or unspecified, returns all items including published ones.
workspaceIdstringID of the workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Gets custom doc domains providersCODA_GETS_CUSTOM_DOC_DOMAINS_PROVIDERSAcciónGets the provider (ie. godaddy) of a custom domain.
CODA_GETS_CUSTOM_DOC_DOMAINS_PROVIDERSAcciónGets the provider (ie. godaddy) of a custom domain.
Parámetros de entrada
customDocDomainstringObligatorioA custom domain for a published doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get sharing metadataCODA_GET_SHARING_METADATAAcciónReturns metadata associated with sharing for this coda doc.
CODA_GET_SHARING_METADATAAcciónReturns metadata associated with sharing for this coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Gets the json schema for pack configurationCODA_GETS_THE_JSON_SCHEMA_FOR_PACK_CONFIGURATIONAcciónReturns a json schema applicable for customizing the pack using pack configurations.
CODA_GETS_THE_JSON_SCHEMA_FOR_PACK_CONFIGURATIONAcciónReturns a json schema applicable for customizing the pack using pack configurations.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the difference between two pack versionsCODA_GET_THE_DIFFERENCE_BETWEEN_TWO_PACK_VERSIONSAcciónGets information about the difference between the specified previous version and next version of a pack.
CODA_GET_THE_DIFFERENCE_BETWEEN_TWO_PACK_VERSIONSAcciónGets information about the difference between the specified previous version and next version of a pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
basePackVersionstringObligatorioSemantic version of the previous Pack version.
targetPackVersionstringObligatorioSemantic version of the new Pack version.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the next valid version for a packCODA_GET_THE_NEXT_VALID_VERSION_FOR_A_PACKAcciónGet the next valid version based on the proposed metadata.
CODA_GET_THE_NEXT_VALID_VERSION_FOR_A_PACKAcciónGet the next valid version based on the proposed metadata.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
sdkVersionstringThe SDK version the metadata was built on.
proposedMetadatastringObligatorioThe metadata for the next version of the Pack.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the source code for a pack versionCODA_GET_THE_SOURCE_CODE_FOR_A_PACK_VERSIONAcciónGet temporary links used to download the source code for the given packid and version
CODA_GET_THE_SOURCE_CODE_FOR_A_PACK_VERSIONAcciónGet temporary links used to download the source code for the given packid and version
Parámetros de entrada
packIdintegerObligatorioID of a Pack
packVersionstringObligatorioSemantic version of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get user infoCODA_GET_USER_INFOAcciónReturns basic info about the current user.
CODA_GET_USER_INFOAcciónReturns basic info about the current user.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List available docsCODA_LIST_AVAILABLE_DOCSAcciónReturns a list of coda docs accessible by the user, and which they have opened at least once. these are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared).
CODA_LIST_AVAILABLE_DOCSAcciónReturns a list of coda docs accessible by the user, and which they have opened at least once. these are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared).
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
querystringSearch term used to filter down results.
isOwnerbooleanShow only docs owned by the user.
folderIdstringShow only docs belonging to the given folder.
inGallerybooleanShow only docs visible within the gallery.
isStarredbooleanIf true, returns docs that are starred. If false, returns docs that are not starred.
pageTokenstringAn opaque token used to fetch the next page of results.
sourceDocstringShow only docs copied from the specified doc ID.
isPublishedbooleanShow only published docs.
workspaceIdstringShow only docs belonging to the given workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List categories for packCODA_LIST_CATEGORIES_FOR_PACKAcciónList publishing categories for a given pack.
CODA_LIST_CATEGORIES_FOR_PACKAcciónList publishing categories for a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List columnsCODA_LIST_COLUMNSAcciónReturns a list of columns in a table.
CODA_LIST_COLUMNSAcciónReturns a list of columns in a table.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
pageTokenstringAn opaque token used to fetch the next page of results.
visibleOnlybooleanIf true, returns only visible columns for the table. This parameter only applies to base tables, and not views.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List controlsCODA_LIST_CONTROLSAcciónReturns a list of controls in a coda doc.
CODA_LIST_CONTROLSAcciónReturns a list of controls in a coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
sortBystringenumDetermines how to sort the given objects.
namepageTokenstringAn opaque token used to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List custom doc domainsCODA_LIST_CUSTOM_DOC_DOMAINSAcciónList all custom domains for a published doc.
CODA_LIST_CUSTOM_DOC_DOMAINSAcciónList all custom domains for a published doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List doc analyticsCODA_LIST_DOC_ANALYTICSAcciónReturns analytics data for available docs per day.
CODA_LIST_DOC_ANALYTICSAcciónReturns analytics data for available docs per day.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
querystringSearch term used to filter down results.
scalestringenumQuantization period over which to view analytics. Defaults to daily.
dailycumulativedocIdsstring[]List of docIds to fetch.
orderBystringenumUse this parameter to order the doc analytics returned.
datedocIdtitlecreatedAtpublishedAtlikescopiesviewssessionsDesktopsessionsMobilesessionsOthertotalSessions+6directionstringenumDirection to sort results in.
ascendingdescendingpageTokenstringAn opaque token used to fetch the next page of results.
sinceDatestringLimit results to activity on or after this date.
untilDatestringLimit results to activity on or before this date.
isPublishedbooleanLimit results to only published items.
workspaceIdstringID of the workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List featured docs for a packCODA_LIST_FEATURED_DOCS_FOR_A_PACKAcciónReturns a list of featured doc ids for a pack.
CODA_LIST_FEATURED_DOCS_FOR_A_PACKAcciónReturns a list of featured doc ids for a pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List formulasCODA_LIST_FORMULASAcciónReturns a list of named formulas in a coda doc.
CODA_LIST_FORMULASAcciónReturns a list of named formulas in a coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
sortBystringenumDetermines how to sort the given objects.
namepageTokenstringAn opaque token used to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List makers for packCODA_LIST_MAKERS_FOR_PACKAcciónList makers for a given pack.
CODA_LIST_MAKERS_FOR_PACKAcciónList makers for a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List pack analyticsCODA_LIST_PACK_ANALYTICSAcciónReturns analytics data for packs the user can edit.
CODA_LIST_PACK_ANALYTICSAcciónReturns analytics data for packs the user can edit.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
querystringSearch term used to filter down results.
scalestringenumQuantization period over which to view analytics. Defaults to daily.
dailycumulativeorderBystringenumUse this parameter to order the Pack analytics returned.
datepackIdnamecreatedAtdocInstallsworkspaceInstallsnumFormulaInvocationsnumActionInvocationsnumSyncInvocationsnumMetadataInvocationsdocsActivelyUsingdocsActivelyUsing7Day+11packIdsinteger[]Which Pack IDs to fetch.
directionstringenumDirection to sort results in.
ascendingdescendingpageTokenstringAn opaque token used to fetch the next page of results.
sinceDatestringLimit results to activity on or after this date.
untilDatestringLimit results to activity on or before this date.
isPublishedbooleanLimit results to only published items. If false or unspecified, returns all items including published ones.
workspaceIdstringID of the workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List pack formula analyticsCODA_LIST_PACK_FORMULA_ANALYTICSAcciónReturns analytics data for pack formulas.
CODA_LIST_PACK_FORMULA_ANALYTICSAcciónReturns analytics data for pack formulas.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
scalestringenumQuantization period over which to view analytics. Defaults to daily.
dailycumulativepackIdintegerObligatorioID of a Pack
orderBystringenumUse this parameter to order the Pack formula analytics returned.
dateformulaNameformulaTypeformulaInvocationsmedianLatencyMsmedianResponseSizeByteserrorsdocsActivelyUsingdocsActivelyUsing7DaydocsActivelyUsing30DaydocsActivelyUsing90DaydocsActivelyUsingAllTime+5directionstringenumDirection to sort results in.
ascendingdescendingpageTokenstringAn opaque token used to fetch the next page of results.
sinceDatestringLimit results to activity on or after this date.
untilDatestringLimit results to activity on or before this date.
packFormulaNamesstring[]A list of Pack formula names (case-sensitive) for which to retrieve analytics.
packFormulaTypesstring[]A list of Pack formula types corresponding to the `packFormulaNames`. If specified, this must have the same length as `packFormulaNames`.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List packsCODA_LIST_PACKSAcciónGet the list of accessible packs.
CODA_LIST_PACKSAcciónGet the list of accessible packs.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
sortBystringenumThe sort order of the Packs returned.
titlecreatedAtupdatedAtdirectionstringenumDirection to sort results in.
ascendingdescendingpageTokenstringAn opaque token used to fetch the next page of results.
accessTypestringenumDeprecated, use accessTypes instead. Filter to only return the Packs for which the current user has this access type
viewtesteditadminaccessTypesstring[]Filter to only return the Packs for which the current user has these access types.
onlyWorkspaceIdstringUse only this workspace (not all of a user"s workspaces) to check for Packs shared via workspace ACL.
excludePublicPacksbooleanOnly get Packs shared with users/workspaces, not publicly.
parentWorkspaceIdsstring[]Filter to only Packs whose parent workspace is one of the given IDs.
excludeWorkspaceAclsbooleanDo not include Packs that are only shared with workspaces.
excludeIndividualAclsbooleanDo not include Packs that are only shared with the user individually.
includeBrainOnlyPacksbooleanInclude Packs that only support Coda Brain.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List page analyticsCODA_LIST_PAGE_ANALYTICSAcciónReturns analytics data for a given doc within the day. this method will return a 401 if the given doc is not in an enterprise workspace.
CODA_LIST_PAGE_ANALYTICSAcciónReturns analytics data for a given doc within the day. this method will return a 401 if the given doc is not in an enterprise workspace.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
pageTokenstringAn opaque token used to fetch the next page of results.
sinceDatestringLimit results to activity on or after this date.
untilDatestringLimit results to activity on or before this date.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List pagesCODA_LIST_PAGESAcciónReturns a list of pages in a coda doc.
CODA_LIST_PAGESAcciónReturns a list of pages in a coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
pageTokenstringAn opaque token used to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List permissionsCODA_LIST_PERMISSIONSAcciónReturns a list of permissions for this coda doc.
CODA_LIST_PERMISSIONSAcciónReturns a list of permissions for this coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
pageTokenstringAn opaque token used to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List permissions for a packCODA_LIST_PERMISSIONS_FOR_A_PACKAcciónGet user, workspace, and/or global permissions for a given pack.
CODA_LIST_PERMISSIONS_FOR_A_PACKAcciónGet user, workspace, and/or global permissions for a given pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List table rowsCODA_LIST_TABLE_ROWSAcciónRetrieves rows from a specific table within a coda document. this endpoint allows you to fetch data from your coda tables programmatically, enabling integration with other systems or data analysis tools. use this when you need to access the content of a table in your coda document, such as for reporting, data synchronization, or building custom views of your data outside of coda. the endpoint supports pagination for large tables and allows you to control the number of rows returned per request. it's important to note that this endpoint only retrieves data and doesn't modify the table contents.
CODA_LIST_TABLE_ROWSAcciónRetrieves rows from a specific table within a coda document. this endpoint allows you to fetch data from your coda tables programmatically, enabling integration with other systems or data analysis tools. use this when you need to access the content of a table in your coda document, such as for reporting, data synchronization, or building custom views of your data outside of coda. the endpoint supports pagination for large tables and allows you to control the number of rows returned per request. it's important to note that this endpoint only retrieves data and doesn't modify the table contents.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
querystringQuery used to filter returned rows, specified as `<column_id_or_name>:<value>`. If you"d like to use a column name instead of an ID, you must quote it (e.g., `"My Column":123`). Also note that `value` is a JSON value; if you"d like to use a string, you must surround it in quotes (e.g., `"groceries"`).
sortBystringenumSpecifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending. "UpdatedAt" sort ordering is the order of rows based upon when they were last updated. This does not include updates to calculated values. "Natural" sort ordering is the order that the rows appear in the table view in the application. This ordering is only meaningfully defined for rows that are visible (unfiltered). Because of this, using this sort order will imply visibleOnly=true, that is, to only return visible rows. If you pass sortBy=natural and visibleOnly=false explicitly, this will result in a Bad Request error as this condition cannot be satisfied.
createdAtnaturalupdatedAtpageTokenstringAn opaque token used to fetch the next page of results.
syncTokenstringAn opaque token returned from a previous call that can be used to return results that are relevant to the query since the call where the syncToken was generated.
valueFormatstringenumThe format that cell values are returned as.
simplesimpleWithArraysrichvisibleOnlybooleanIf true, returns only visible rows and columns for the table.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
useColumnNamesbooleanUse column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List tablesCODA_LIST_TABLESAcciónReturns a list of tables in a coda doc.
CODA_LIST_TABLESAcciónReturns a list of tables in a coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
sortBystringenumDetermines how to sort the given objects.
namepageTokenstringAn opaque token used to fetch the next page of results.
tableTypesstring[]Comma-separated list of table types to include in results. If omitted, includes both tables and views.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List the pack listings accessible to a userCODA_LIST_THE_PACK_LISTINGS_ACCESSIBLE_TO_A_USERAcciónGet listings of public packs and packs created by you.
CODA_LIST_THE_PACK_LISTINGS_ACCESSIBLE_TO_A_USERAcciónGet listings of public packs and packs created by you.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
sortBystringenumSpecify a sort order for the returned Pack listings returned.
packIdnamepackVersionpackVersionModifiedAtorderBystringenumDeprecated: use sortBy instead.
packIdnamepackVersionpackVersionModifiedAtpackIdsinteger[]Which Pack IDs to fetch.
directionstringenumDirection to sort results in.
ascendingdescendingpageTokenstringAn opaque token used to fetch the next page of results.
installContextstringenumType of installation context for which Pack information is being requested.
workspacedoconlyWorkspaceIdstringUse only this workspace (not all of a user"s workspaces) to check for Packs shared via workspace ACL.
packAccessTypesstring[]Pack access types.
excludePublicPacksbooleanOnly get Packs shared with users/workspaces, not publicly.
parentWorkspaceIdsstring[]Filter to only Packs whose parent workspace is one of the given IDs.
excludeWorkspaceAclsbooleanDo not include Packs that are only shared with workspaces.
excludeIndividualAclsbooleanDo not include Packs that are only shared with the user individually.
includeBrainOnlyPacksbooleanInclude Packs that only support Coda Brain.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List the releases for a packCODA_LIST_THE_RELEASES_FOR_A_PACKAcciónGet the list of releases of a pack.
CODA_LIST_THE_RELEASES_FOR_A_PACKAcciónGet the list of releases of a pack.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
packIdintegerObligatorioID of a Pack
pageTokenstringAn opaque token used to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List the versions for a packCODA_LIST_THE_VERSIONS_FOR_A_PACKAcciónGet the list of versions of a pack.
CODA_LIST_THE_VERSIONS_FOR_A_PACKAcciónGet the list of versions of a pack.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
packIdintegerObligatorioID of a Pack
pageTokenstringAn opaque token used to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List workspace rolesCODA_LIST_WORKSPACE_ROLESAcciónReturns a list of the counts of users over time by role for the workspace.
CODA_LIST_WORKSPACE_ROLESAcciónReturns a list of the counts of users over time by role for the workspace.
Parámetros de entrada
workspaceIdstringObligatorioID of the workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List workspace usersCODA_LIST_WORKSPACE_USERSAcciónReturns a list of members in the given workspace. this list will be ordered with the requesting user first and then ordered by role.
CODA_LIST_WORKSPACE_USERSAcciónReturns a list of members in the given workspace. this list will be ordered with the requesting user first and then ordered by role.
Parámetros de entrada
pageTokenstringAn opaque token used to fetch the next page of results.
workspaceIdstringObligatorioID of the workspace.
includedRolesstring[]Show only the members that match the included roles. Multiple roles can be specified with a comma-delimited list.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Pack asset upload completeCODA_PACK_ASSET_UPLOAD_COMPLETEAcciónNote the completion of the upload of a pack asset.
CODA_PACK_ASSET_UPLOAD_COMPLETEAcciónNote the completion of the upload of a pack asset.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
packAssetIdstringObligatorioUnique identifier for a Pack asset.
packAssetTypestringObligatorioenumPack asset type.
logocoverexampleImage
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Pack source code upload completeCODA_PACK_SOURCE_CODE_UPLOAD_COMPLETEAcciónNote the completion of the upload of a pack source code.
CODA_PACK_SOURCE_CODE_UPLOAD_COMPLETEAcciónNote the completion of the upload of a pack source code.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
codeHashstringObligatorioA SHA-256 hash of the source code used to identify duplicate uploads.
filenamestringObligatorioFilename
packVersionstringObligatorioSemantic version of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Pack version upload completeCODA_PACK_VERSION_UPLOAD_COMPLETEAcciónNote the completion of the upload of a pack version bundle in order to create that pack version.
CODA_PACK_VERSION_UPLOAD_COMPLETEAcciónNote the completion of the upload of a pack version bundle in order to create that pack version.
Parámetros de entrada
notesstringDeveloper notes of the new Pack version.
packIdintegerObligatorioID of a Pack
sourcestringenumSource
webclipackVersionstringObligatorioSemantic version of a Pack
allowOlderSdkVersionbooleanBypass Coda"s protection against SDK version regression when multiple makers build versions.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Patch the system connection credentials of the packCODA_PATCH_THE_SYSTEM_CONNECTION_CREDENTIALS_OF_THE_PACKAcciónPatch the system connection credentials of the pack.
CODA_PATCH_THE_SYSTEM_CONNECTION_CREDENTIALS_OF_THE_PACKAcciónPatch the system connection credentials of the pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish docCODA_PUBLISH_DOCAcciónUpdate publish settings for a doc.
CODA_PUBLISH_DOCAcciónUpdate publish settings for a doc.
Parámetros de entrada
modestringenumWhich interaction mode the published doc should use.
viewplayeditslugstringSlug for the published doc.
docIdstringObligatorioID of the doc.
earnCreditbooleanIf true, new users may be required to sign in to view content within this document. You will receive Coda credit for each user who signs up via your doc.
discoverablebooleanIf true, indicates that the doc is discoverable.
categoryNamesstring[]The names of categories to apply to the document.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Push a buttonCODA_PUSH_A_BUTTONAcciónPushes a button on a row in a table. authorization note: this action is available to api tokens that are authorized to write to the table. however, the underlying button can perform any action on the document, including writing to other tables and performing pack actions.
CODA_PUSH_A_BUTTONAcciónPushes a button on a row in a table. authorization note: this action is available to api tokens that are authorized to write to the table. however, the underlying button can perform any action on the document, including writing to other tables and performing pack actions.
Parámetros de entrada
docIdstringObligatorioID of the doc.
rowIdOrNamestringObligatorioID or name of the row. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected.
tableIdOrNamestringObligatorioID or name of the table. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
columnIdOrNamestringObligatorioID or name of the column. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Register pack versionCODA_REGISTER_PACK_VERSIONAcciónRegisters a new pack version. this simply returns a signed url to use for uploading the pack version definition. following the completion of the upload, post to /apis/v1/packs/{packid}/versions/{packversion} trigger the rest of the creation process.
CODA_REGISTER_PACK_VERSIONAcciónRegisters a new pack version. this simply returns a signed url to use for uploading the pack version definition. following the completion of the upload, post to /apis/v1/packs/{packid}/versions/{packversion} trigger the rest of the creation process.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
bundleHashstringObligatorioThe SHA-256 hash of the file to be uploaded.
packVersionstringObligatorioSemantic version of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resolve browser linkCODA_RESOLVE_BROWSER_LINKAcciónGiven a browser link to a coda object, attempts to find it and return metadata that can be used to get more info on it. returns a 400 if the url does not appear to be a coda url or a 404 if the resource cannot be located with the current credentials.
CODA_RESOLVE_BROWSER_LINKAcciónGiven a browser link to a coda object, attempts to find it and return metadata that can be used to get more info on it. returns a 400 if the url does not appear to be a coda url or a 404 if the resource cannot be located with the current credentials.
Parámetros de entrada
urlstringObligatorioThe browser link to try to resolve.
degradeGracefullybooleanBy default, attempting to resolve the Coda URL of a deleted object will result in an error. If this flag is set, the next-available object, all the way up to the doc itself, will be resolved.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve the grouped logs of a packCODA_RETRIEVE_THE_GROUPED_LOGS_OF_A_PACKAcciónRetrieve the grouped logs of a pack for debugging purpose.
CODA_RETRIEVE_THE_GROUPED_LOGS_OF_A_PACKAcciónRetrieve the grouped logs of a pack for debugging purpose.
Parámetros de entrada
qstringA search query that follows Lucene syntax.
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
orderstringenumSpecifies if the logs will be returned in time desc or asc. Default is desc.
ascdescpackIdintegerObligatorioID of a Pack
pageTokenstringAn opaque token used to fetch the next page of results.
afterTimestampstringOnly return logs after the given time (non-inclusive).
beforeTimestampstringOnly return logs before the given time (non-inclusive).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve the information for a specific logCODA_RETRIEVE_THE_INFORMATION_FOR_A_SPECIFIC_LOGAcciónRetrieve the ingestion execution ids of a root ingestion for debugging purpose.
CODA_RETRIEVE_THE_INFORMATION_FOR_A_SPECIFIC_LOGAcciónRetrieve the ingestion execution ids of a root ingestion for debugging purpose.
Parámetros de entrada
logIdstringObligatorioThe id of the log to retrieve.
packIdintegerObligatorioID of a Pack
detailsKeystringObligatorioThe key of the details to retrieve.
organizationIdstringObligatorioID of the organization.
rootIngestionIdstringObligatorioID of the root ingestion.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve the logs of a ingestionCODA_RETRIEVE_THE_LOGS_OF_A_INGESTIONAcciónRetrieve the logs of a ingestion for debugging purpose.
CODA_RETRIEVE_THE_LOGS_OF_A_INGESTIONAcciónRetrieve the logs of a ingestion for debugging purpose.
Parámetros de entrada
qstringA search query that follows Lucene syntax.
limitintegerMaximum number of results to return in this query.
orderstringenumSpecifies if the logs will be returned in time desc or asc. Default is desc.
ascdescpackIdintegerObligatorioID of a Pack
logTypesstring[]Only return logs of the given types.
pageTokenstringAn opaque token used to fetch the next page of results.
requestIdsstring[]Only return logs matching provided request IDs.
afterTimestampstringOnly return logs after the given time (non-inclusive).
organizationIdstringObligatorioID of the organization.
beforeTimestampstringOnly return logs before the given time (non-inclusive).
rootIngestionIdstringObligatorioID of the root ingestion.
ingestionExecutionIdstringID of the ingestion execution.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve the logs of a packCODA_RETRIEVE_THE_LOGS_OF_A_PACKAcciónRetrieve the logs of a pack for debugging purpose.
CODA_RETRIEVE_THE_LOGS_OF_A_PACKAcciónRetrieve the logs of a pack for debugging purpose.
Parámetros de entrada
qstringA search query that follows Lucene syntax.
docIdstringObligatorioID of the doc.
limitintegerMaximum number of results to return in this query.
orderstringenumSpecifies if the logs will be returned in time desc or asc. Default is desc.
ascdescpackIdintegerObligatorioID of a Pack
logTypesstring[]Only return logs of the given types.
pageTokenstringAn opaque token used to fetch the next page of results.
requestIdsstring[]Only return logs matching provided request IDs.
afterTimestampstringOnly return logs after the given time (non-inclusive).
beforeTimestampstringOnly return logs before the given time (non-inclusive).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve the oauth configuration of the packCODA_RETRIEVE_THE_OAUTH_CONFIGURATION_OF_THE_PACKAcciónRetrieve the oauth configuration of the pack for display purpose. secrets will be returned with masks.
CODA_RETRIEVE_THE_OAUTH_CONFIGURATION_OF_THE_PACKAcciónRetrieve the oauth configuration of the pack for display purpose. secrets will be returned with masks.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve the system connection metadata of the packCODA_RETRIEVE_THE_SYSTEM_CONNECTION_METADATA_OF_THE_PACKAcciónRetrieve the system connection metadata of the pack.
CODA_RETRIEVE_THE_SYSTEM_CONNECTION_METADATA_OF_THE_PACKAcciónRetrieve the system connection metadata of the pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Coda DocumentsCODA_SEARCH_DOCSAcciónThis tool allows users to search for coda documents based on a query term. it searches within document titles and metadata, providing results with document id, name, type, owner details, timestamps, workspace info, and folder path if available. it supports pagination through the 'pagetoken' parameter and accepts a 'limit' parameter to control the number of returned results.
CODA_SEARCH_DOCSAcciónThis tool allows users to search for coda documents based on a query term. it searches within document titles and metadata, providing results with document id, name, type, owner details, timestamps, workspace info, and folder path if available. it supports pagination through the 'pagetoken' parameter and accepts a 'limit' parameter to control the number of returned results.
Parámetros de entrada
limitintegerMaximum number of results to return in this query. Default is 25.
querystringSearch term used to filter results. Searches within document titles and metadata.
is_ownerbooleanIf true, returns only docs owned by the user.
folder_idstringShow only docs belonging to the given folder ID.
page_tokenstringAn opaque token used to fetch the next page of results.
is_publishedbooleanIf true, returns only published docs.
workspace_idstringShow only docs belonging to the given workspace ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search principalsCODA_SEARCH_PRINCIPALSAcciónSearches for user and group principals matching the query that this doc can be shared with. at most 20 results will be returned for both users and groups. if no query is given then no results are returned.
CODA_SEARCH_PRINCIPALSAcciónSearches for user and group principals matching the query that this doc can be shared with. at most 20 results will be returned for both users and groups. if no query is given then no results are returned.
Parámetros de entrada
docIdstringObligatorioID of the doc.
querystringSearch term used to filter down results.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Table RowsCODA_SEARCH_ROWAcciónAction to search for rows in a coda table based on specific criteria.
CODA_SEARCH_ROWAcciónAction to search for rows in a coda table based on specific criteria.
Parámetros de entrada
limitintegerMaximum number of results to return in this query.
querystringQuery to filter rows, specified as column_id_or_name:value. For column names with spaces, use quotes, e.g. "My Column":123
doc_idstringObligatorioID of the doc containing the table.
value_formatstringenumEnum for value format options.
simplesimpleWithArraysrichvisible_onlybooleanIf true, returns only visible rows and columns for the table.
table_id_or_namestringObligatorioID or name of the table to search in. Names are discouraged as they can change.
use_column_namesbooleanUse column names instead of column IDs in the returned output. This is generally discouraged as names can change.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set the oauth configurations of the packCODA_SET_THE_OAUTH_CONFIGURATIONS_OF_THE_PACKAcciónSet the oauth configurations of the pack, including client id and secret.
CODA_SET_THE_OAUTH_CONFIGURATIONS_OF_THE_PACKAcciónSet the oauth configurations of the pack, including client id and secret.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
clientIdstringClientid
redirectUristringRedirecturi
clientSecretstringClientsecret
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set the system connection credentials of the packCODA_SET_THE_SYSTEM_CONNECTION_CREDENTIALS_OF_THE_PACKAcciónSet the system connection credentials of the pack.
CODA_SET_THE_SYSTEM_CONNECTION_CREDENTIALS_OF_THE_PACKAcciónSet the system connection credentials of the pack.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
credentialsobjectObligatorioCredentials of a Pack connection.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Trigger automationCODA_TRIGGER_AUTOMATIONAcciónTriggers webhook-invoked automation
CODA_TRIGGER_AUTOMATIONAcciónTriggers webhook-invoked automation
Parámetros de entrada
docIdstringObligatorioID of the doc.
ruleIdstringObligatorioID of the automation rule.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unpublish docCODA_UNPUBLISH_DOCAcciónUnpublishes a doc.
CODA_UNPUBLISH_DOCAcciónUnpublishes a doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update acl settingsCODA_UPDATE_ACL_SETTINGSAcciónUpdate settings associated with acls for this coda doc.
CODA_UPDATE_ACL_SETTINGSAcciónUpdate settings associated with acls for this coda doc.
Parámetros de entrada
docIdstringObligatorioID of the doc.
allowCopyingbooleanWhen true, allows doc viewers to copy the doc.
allowViewersToRequestEditingbooleanWhen true, allows doc viewers to request editing permissions.
allowEditorsToChangePermissionsbooleanWhen true, allows editors to change doc permissions. When false, only doc owner can change doc permissions.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an existing pack releaseCODA_UPDATE_AN_EXISTING_PACK_RELEASEAcciónUpdate details of a pack release.
CODA_UPDATE_AN_EXISTING_PACK_RELEASEAcciónUpdate details of a pack release.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
releaseNotesstringNotes about key features or changes in this release that the Pack maker wants to communicate to users.
packReleaseIdintegerObligatorioID of a Pack release
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a pageCODA_UPDATE_A_PAGEAcciónUpdate properties for a page. note that updating a page title or icon requires you to be a doc maker in the applicable workspace.
CODA_UPDATE_A_PAGEAcciónUpdate properties for a page. note that updating a page title or icon requires you to be a doc maker in the applicable workspace.
Parámetros de entrada
namestringName of the page.
docIdstringObligatorioID of the doc.
iconNamestringName of the icon.
imageUrlstringUrl of the cover image to use.
isHiddenbooleanWhether the page is hidden or not. Note that for pages that cannot be hidden, like the sole top-level page in a doc, this will be ignored.
subtitlestringSubtitle of the page.
pageIdOrNamestringObligatorioID or name of the page. Names are discouraged because they"re easily prone to being changed by users. If you"re using a name, be sure to URI-encode it. If you provide a name and there are multiple pages with the same name, an arbitrary one will be selected.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update docCODA_UPDATE_DOCAcciónUpdates metadata for a doc. note that updating a doc title requires you to be a doc maker in the applicable workspace.
CODA_UPDATE_DOCAcciónUpdates metadata for a doc. note that updating a doc title requires you to be a doc maker in the applicable workspace.
Parámetros de entrada
docIdstringObligatorioID of the doc.
titlestringTitle of the doc.
iconNamestringName of the icon.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update featured docs for a packCODA_UPDATE_FEATURED_DOCS_FOR_A_PACKAcciónCreate or replace the featured docs for a pack.
CODA_UPDATE_FEATURED_DOCS_FOR_A_PACKAcciónCreate or replace the featured docs for a pack.
Parámetros de entrada
itemsobject[]ObligatorioA list of docs to set as the featured docs for a Pack.
packIdintegerObligatorioID of a Pack
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update packCODA_UPDATE_PACKAcciónUpdate an existing pack for non-versioned fields.
CODA_UPDATE_PACKAcciónUpdate an existing pack for non-versioned fields.
Parámetros de entrada
namestringThe name of the Pack.
packIdintegerObligatorioID of a Pack
descriptionstringThe full description of the Pack.
logoAssetIdstringThe asset id of the Pack"s logo, returned by [`#PackAssetUploadComplete`](#operation/packAssetUploadComplete) endpoint.
coverAssetIdstringThe asset id of the Pack"s cover image, returned by [`#PackAssetUploadComplete`](#operation/packAssetUploadComplete) endpoint.
supportEmailstringA contact email for the Pack.
exampleImagesobject[]The example images for the Pack.
privacyPolicyUrlstringurlA Privacy Policy URL for the Pack.
shortDescriptionstringA short version of the description of the Pack.
termsOfServiceUrlstringurlA Terms of Service URL for the Pack.
sourceCodeVisibilitystringenumVisibility of a pack"s source code.
privatesharedoverallRateLimit__intervalSecondsintegerThe rate limit interval in seconds.
overallRateLimit__operationsPerIntervalintegerThe maximum number of Pack operations that can be performed in a given interval.
perConnectionRateLimit__intervalSecondsintegerThe rate limit interval in seconds.
perConnectionRateLimit__operationsPerIntervalintegerThe maximum number of Pack operations that can be performed in a given interval.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Updates a custom domainCODA_UPDATES_A_CUSTOM_DOMAINAcciónUpdates properties of a document's custom domain.
CODA_UPDATES_A_CUSTOM_DOMAINAcciónUpdates properties of a document's custom domain.
Parámetros de entrada
docIdstringObligatorioID of the doc.
customDocDomainstringObligatorioA custom domain for a published doc.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Updates user roleCODA_UPDATES_USER_ROLEAcciónUpdates the workspace user role of a user that matches the parameters. only succeeds if the requesting user has admin permissions in the workspace.
CODA_UPDATES_USER_ROLEAcciónUpdates the workspace user role of a user that matches the parameters. only succeeds if the requesting user has admin permissions in the workspace.
Parámetros de entrada
emailstringObligatorioEmail of the user.
newRolestringObligatorioenumNewrole
AdminDocMakerEditorworkspaceIdstringObligatorioID of the workspace.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload a pack assetCODA_UPLOAD_A_PACK_ASSETAcciónRequest a signed s3 url to upload your pack asset.
CODA_UPLOAD_A_PACK_ASSETAcciónRequest a signed s3 url to upload your pack asset.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
filenamestringObligatorioFilename
mimeTypestringObligatorioThe media type of the image being sent.
imageHashstringObligatorioThe SHA-256 hash of the image to be uploaded.
packAssetTypestringObligatorioenumPackassettype
logocoverexampleImage
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload pack source codeCODA_UPLOAD_PACK_SOURCE_CODEAcciónRequest a signed s3 url to upload your pack source code.
CODA_UPLOAD_PACK_SOURCE_CODEAcciónRequest a signed s3 url to upload your pack source code.
Parámetros de entrada
packIdintegerObligatorioID of a Pack
filenamestringObligatorioFilename
packVersionstringPackversion
payloadHashstringObligatorioThe SHA-256 hash of the image to be uploaded.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Insert/Update Rows in Coda TableCODA_UPSERT_ROWSAcciónThis tool allows you to insert new rows into a coda table or update existing ones based on specified key columns. this is particularly useful for synchronizing data or ensuring records are up-to-date without creating duplicates.
CODA_UPSERT_ROWSAcciónThis tool allows you to insert new rows into a coda table or update existing ones based on specified key columns. this is particularly useful for synchronizing data or ensuring records are up-to-date without creating duplicates.
Parámetros de entrada
rowsobject[]ObligatorioArray of row objects to insert or upsert.
doc_idstringObligatorioID of the doc containing the table.
key_columnsstring[]Optional array of column IDs/names to use as upsert keys. If provided, existing rows matching these keys will be updated.
disable_parsingbooleanIf true, the API will not attempt to parse the data in any way.
table_id_or_namestringObligatorioID or name of the table. Using table IDs is recommended to avoid issues if table names change.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Triggers (4)
Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).
Coda Document Deleted TriggerCODA_DOCUMENT_DELETEDTriggerTriggers when a Coda document is deleted.
CODA_DOCUMENT_DELETEDTriggerTriggers when a Coda document is deleted.
Configuración
folderIdstringShow only docs belonging to the given folder.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
isOwnerbooleanShow only docs owned by the user.
isPublishedbooleanShow only published docs.
isStarredbooleanIf true, returns docs that are starred. If false, returns docs that are not starred.
limitintegerMaximum number of items to retrieve in a single poll (1-100).
workspaceIdstringShow only docs belonging to the given workspace.
Payload del evento
documentobjectObligatorioThe document that was deleted
event_typestringObligatorioType of event
Instrucciones
**Instructions for Setting Up the Trigger:** - This trigger will detect when Coda documents are deleted. - You can filter documents by owner, workspace, published status, and more. - The trigger will only detect deletions for documents that the authenticated user has access to. - Note: The trigger will establish a baseline of existing documents on first run and only report deletions thereafter.
New Coda Document TriggerCODA_NEW_CODA_DOCUMENTTriggerTriggers when a new Coda document is created.
CODA_NEW_CODA_DOCUMENTTriggerTriggers when a new Coda document is created.
Configuración
folderIdstringShow only docs belonging to the given folder.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
isOwnerbooleanShow only docs owned by the user.
isPublishedbooleanShow only published docs.
isStarredbooleanIf true, returns docs that are starred. If false, returns docs that are not starred.
limitintegerMaximum number of items to retrieve in a single poll (1-100).
workspaceIdstringShow only docs belonging to the given workspace.
Payload del evento
browserLinkstringThe browser link to the document
createdAtstringThe creation timestamp of the document
folderIdstringThe ID of the folder containing the document
hrefstringThe URL of the document
idstringThe ID of the document
namestringThe name of the document
ownerstringThe email of the document owner
ownerNamestringThe name of the document owner
typestringThe type of the document
updatedAtstringThe last update timestamp of the document
workspaceIdstringThe ID of the workspace containing the document
Instrucciones
**Instructions for Setting Up the Trigger:** - This trigger will detect new Coda documents as they are created. - You can filter documents by owner, workspace, published status, and more. - The trigger will only detect documents that the authenticated user has access to. - Note: The trigger will establish a baseline of existing documents on first run and only report new documents thereafter.
New Coda Page TriggerCODA_NEW_CODA_PAGETriggerTriggers when a new page is added to a Coda document.
CODA_NEW_CODA_PAGETriggerTriggers when a new page is added to a Coda document.
Configuración
docIdstringObligatorioID of the Coda document to monitor for new pages.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of pages to retrieve in a single poll (1-100).
Payload del evento
event_typestringObligatorioType of event
pageobjectObligatorioThe page that triggered the event
Instrucciones
**Instructions for Setting Up the Trigger:** - You need the Coda document ID (docId) to monitor for new pages. - The document ID can be found in the URL of your Coda document after "doc/". - Ensure you have proper access permissions to the document.
Specific Coda Page Updated TriggerCODA_SPECIFIC_CODA_PAGE_UPDATEDTriggerTriggers when a specific page within a Coda document is updated.
CODA_SPECIFIC_CODA_PAGE_UPDATEDTriggerTriggers when a specific page within a Coda document is updated.
Configuración
docIdstringObligatorioID of the Coda document containing the page to monitor.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
pageIdOrNamestringObligatorioID or name of the specific page to monitor for updates.
Payload del evento
event_typestringObligatorioType of event
pageobjectObligatorioThe page that was updated
Instrucciones
**Instructions for Setting Up the Trigger:** - You need the Coda document ID (docId) that contains the page to monitor. - You need the page ID or name (pageIdOrName) to monitor for updates. - The document ID can be found in the URL of your Coda document after "doc/". - The page ID can be found in the page's URL or via the Coda API. - If using a page name, be aware that if multiple pages have the same name, an arbitrary one will be selected. - Ensure you have proper access permissions to the document and page.