Jotform
Connect to Jotform to manage forms, submissions, folders, webhooks, reports, and labels.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "JOTFORM_ADD_LABEL_RESOURCES", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("JOTFORM_ADD_LABEL_RESOURCES", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute JOTFORM_ADD_LABEL_RESOURCES --data '{ }'Tool 目录
可用 Tools
56 个可调用操作
Add label resourcesJOTFORM_ADD_LABEL_RESOURCESAdds resources to a label.需要连接
Adds resources to a label.
认证
需要 Connected AccountTags
Clone formJOTFORM_CLONE_FORMClones an existing form.需要连接
Clones an existing form.
认证
需要 Connected AccountTags
Create folderJOTFORM_CREATE_FOLDERCreates a folder.需要连接
Creates a folder.
认证
需要 Connected AccountTags
Create formJOTFORM_CREATE_FORMCreates a new form.需要连接
Creates a new form.
认证
需要 Connected AccountTags
Create form questionsJOTFORM_CREATE_FORM_QUESTIONSCreates questions for a form.需要连接
Creates questions for a form.
认证
需要 Connected AccountTags
Create form reportJOTFORM_CREATE_FORM_REPORTCreates a report for a form.需要连接
Creates a report for a form.
认证
需要 Connected AccountTags
Create form submissionJOTFORM_CREATE_FORM_SUBMISSIONCreates a submission for a form.需要连接
Creates a submission for a form.
认证
需要 Connected AccountTags
Create form webhookJOTFORM_CREATE_FORM_WEBHOOKCreates a webhook for a form.需要连接
Creates a webhook for a form.
认证
需要 Connected AccountTags
Create labelJOTFORM_CREATE_LABELCreates a label.需要连接
Creates a label.
认证
需要 Connected AccountTags
Create user formJOTFORM_CREATE_USER_FORMCreates a new form for the authenticated user.需要连接
Creates a new form for the authenticated user.
认证
需要 Connected AccountTags
Delete folderJOTFORM_DELETE_FOLDERDeletes a folder by ID.需要连接
Deletes a folder by ID.
认证
需要 Connected AccountTags
Delete formJOTFORM_DELETE_FORMDeletes a form by ID.需要连接
Deletes a form by ID.
认证
需要 Connected AccountTags
Delete form questionJOTFORM_DELETE_FORM_QUESTIONDeletes one form question.需要连接
Deletes one form question.
认证
需要 Connected AccountTags
Delete form webhookJOTFORM_DELETE_FORM_WEBHOOKDeletes a webhook for a form.需要连接
Deletes a webhook for a form.
认证
需要 Connected AccountTags
Delete labelJOTFORM_DELETE_LABELDeletes a label by ID.需要连接
Deletes a label by ID.
认证
需要 Connected AccountTags
Delete reportJOTFORM_DELETE_REPORTDeletes a report by ID.需要连接
Deletes a report by ID.
认证
需要 Connected AccountTags
Delete submissionJOTFORM_DELETE_SUBMISSIONDeletes a submission by ID.需要连接
Deletes a submission by ID.
认证
需要 Connected AccountTags
Get current userJOTFORM_GET_CURRENT_USERRetrieves the authenticated Jotform account profile.需要连接
Retrieves the authenticated Jotform account profile.
认证
需要 Connected AccountTags
Get folderJOTFORM_GET_FOLDERRetrieves a folder by ID.需要连接
Retrieves a folder by ID.
认证
需要 Connected AccountTags
Get formJOTFORM_GET_FORMRetrieves a form by ID.需要连接
Retrieves a form by ID.
认证
需要 Connected AccountTags
Get form propertiesJOTFORM_GET_FORM_PROPERTIESRetrieves form properties.需要连接
Retrieves form properties.
认证
需要 Connected AccountTags
Get form propertyJOTFORM_GET_FORM_PROPERTYRetrieves a single form property.需要连接
Retrieves a single form property.
认证
需要 Connected AccountTags
Get form questionJOTFORM_GET_FORM_QUESTIONRetrieves one form question.需要连接
Retrieves one form question.
认证
需要 Connected AccountTags
Get labelJOTFORM_GET_LABELRetrieves a label by ID.需要连接
Retrieves a label by ID.
认证
需要 Connected AccountTags
Get reportJOTFORM_GET_REPORTRetrieves a report by ID.需要连接
Retrieves a report by ID.
认证
需要 Connected AccountTags
Get submissionJOTFORM_GET_SUBMISSIONRetrieves a submission by ID.需要连接
Retrieves a submission by ID.
认证
需要 Connected AccountTags
Get system planJOTFORM_GET_SYSTEM_PLANRetrieves metadata for a Jotform plan.需要连接
Retrieves metadata for a Jotform plan.
认证
需要 Connected AccountTags
Get user settingJOTFORM_GET_USER_SETTINGRetrieves a single user setting by key.需要连接
Retrieves a single user setting by key.
认证
需要 Connected AccountTags
Get user settingsJOTFORM_GET_USER_SETTINGSRetrieves all user settings.需要连接
Retrieves all user settings.
认证
需要 Connected AccountTags
Get user usageJOTFORM_GET_USER_USAGERetrieves account usage information.需要连接
Retrieves account usage information.
认证
需要 Connected AccountTags
List form filesJOTFORM_LIST_FORM_FILESLists uploaded files for a form.需要连接
Lists uploaded files for a form.
认证
需要 Connected AccountTags
List form questionsJOTFORM_LIST_FORM_QUESTIONSLists questions for a form.需要连接
Lists questions for a form.
认证
需要 Connected AccountTags
List form reportsJOTFORM_LIST_FORM_REPORTSLists reports for a form.需要连接
Lists reports for a form.
认证
需要 Connected AccountTags
List form submissionsJOTFORM_LIST_FORM_SUBMISSIONSLists submissions for a form.需要连接
Lists submissions for a form.
认证
需要 Connected AccountTags
List form webhooksJOTFORM_LIST_FORM_WEBHOOKSLists webhooks for a form.需要连接
Lists webhooks for a form.
认证
需要 Connected AccountTags
List label resourcesJOTFORM_LIST_LABEL_RESOURCESLists resources attached to a label.需要连接
Lists resources attached to a label.
认证
需要 Connected AccountTags
List labelsJOTFORM_LIST_LABELSLists user labels.需要连接
Lists user labels.
认证
需要 Connected AccountTags
List user foldersJOTFORM_LIST_USER_FOLDERSLists folders in the authenticated Jotform account.需要连接
Lists folders in the authenticated Jotform account.
认证
需要 Connected AccountTags
List user formsJOTFORM_LIST_USER_FORMSLists forms owned by the authenticated user.需要连接
Lists forms owned by the authenticated user.
认证
需要 Connected AccountTags
List user historyJOTFORM_LIST_USER_HISTORYLists account history entries.需要连接
Lists account history entries.
认证
需要 Connected AccountTags
List user invoicesJOTFORM_LIST_USER_INVOICESLists invoices for the authenticated Jotform account.需要连接
Lists invoices for the authenticated Jotform account.
认证
需要 Connected AccountTags
List user reportsJOTFORM_LIST_USER_REPORTSLists reports available to the authenticated user.需要连接
Lists reports available to the authenticated user.
认证
需要 Connected AccountTags
List user submissionsJOTFORM_LIST_USER_SUBMISSIONSLists submissions across user forms.需要连接
Lists submissions across user forms.
认证
需要 Connected AccountTags
List subusersJOTFORM_LIST_USER_SUBUSERSLists account subusers.需要连接
Lists account subusers.
认证
需要 Connected AccountTags
Remove label resourcesJOTFORM_REMOVE_LABEL_RESOURCESRemoves resources from a label.需要连接
Removes resources from a label.
认证
需要 Connected AccountTags
Replace form propertiesJOTFORM_REPLACE_FORM_PROPERTIESReplaces form properties.需要连接
Replaces form properties.
认证
需要 Connected AccountTags
Update folderJOTFORM_UPDATE_FOLDERUpdates a folder by ID.需要连接
Updates a folder by ID.
认证
需要 Connected AccountTags
Update form propertiesJOTFORM_UPDATE_FORM_PROPERTIESUpdates form properties.需要连接
Updates form properties.
认证
需要 Connected AccountTags
Update form questionJOTFORM_UPDATE_FORM_QUESTIONUpdates one form question.需要连接
Updates one form question.
认证
需要 Connected AccountTags
Update form questionsJOTFORM_UPDATE_FORM_QUESTIONSUpdates questions for a form.需要连接
Updates questions for a form.
认证
需要 Connected AccountTags
Update form submissionsJOTFORM_UPDATE_FORM_SUBMISSIONSUpdates form submissions in bulk.需要连接
Updates form submissions in bulk.
认证
需要 Connected AccountTags
Update formsJOTFORM_UPDATE_FORMSUpdates form data in bulk.需要连接
Updates form data in bulk.
认证
需要 Connected AccountTags
Update labelJOTFORM_UPDATE_LABELUpdates a label by ID.需要连接
Updates a label by ID.
认证
需要 Connected AccountTags
Update submissionJOTFORM_UPDATE_SUBMISSIONUpdates a submission by ID.需要连接
Updates a submission by ID.
认证
需要 Connected AccountTags
Update user formsJOTFORM_UPDATE_USER_FORMSUpdates user forms in bulk.需要连接
Updates user forms in bulk.
认证
需要 Connected AccountTags
Update user settingsJOTFORM_UPDATE_USER_SETTINGSUpdates user settings.需要连接
Updates user settings.
认证
需要 Connected AccountTags