Open Connector
所有 Tools

Jotform

Connect to Jotform to manage forms, submissions, folders, webhooks, reports, and labels.

jotformv1.0.056 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

Add
Clone formJOTFORM_CLONE_FORMClones an existing form.

Clones an existing form.

认证

需要 Connected Account

Tags

Clone
Create folderJOTFORM_CREATE_FOLDERCreates a folder.

Creates a folder.

认证

需要 Connected Account

Tags

Create
Create formJOTFORM_CREATE_FORMCreates a new form.

Creates a new form.

认证

需要 Connected Account

Tags

Create
Create form questionsJOTFORM_CREATE_FORM_QUESTIONSCreates questions for a form.

Creates questions for a form.

认证

需要 Connected Account

Tags

Create
Create form reportJOTFORM_CREATE_FORM_REPORTCreates a report for a form.

Creates a report for a form.

认证

需要 Connected Account

Tags

Create
Create form submissionJOTFORM_CREATE_FORM_SUBMISSIONCreates a submission for a form.

Creates a submission for a form.

认证

需要 Connected Account

Tags

Create
Create form webhookJOTFORM_CREATE_FORM_WEBHOOKCreates a webhook for a form.

Creates a webhook for a form.

认证

需要 Connected Account

Tags

Create
Create labelJOTFORM_CREATE_LABELCreates a label.

Creates a label.

认证

需要 Connected Account

Tags

Create
Create user formJOTFORM_CREATE_USER_FORMCreates a new form for the authenticated user.

Creates a new form for the authenticated user.

认证

需要 Connected Account

Tags

Create
Delete folderJOTFORM_DELETE_FOLDERDeletes a folder by ID.

Deletes a folder by ID.

认证

需要 Connected Account

Tags

Delete
Delete formJOTFORM_DELETE_FORMDeletes a form by ID.

Deletes a form by ID.

认证

需要 Connected Account

Tags

Delete
Delete form questionJOTFORM_DELETE_FORM_QUESTIONDeletes one form question.

Deletes one form question.

认证

需要 Connected Account

Tags

Delete
Delete form webhookJOTFORM_DELETE_FORM_WEBHOOKDeletes a webhook for a form.

Deletes a webhook for a form.

认证

需要 Connected Account

Tags

Delete
Delete labelJOTFORM_DELETE_LABELDeletes a label by ID.

Deletes a label by ID.

认证

需要 Connected Account

Tags

Delete
Delete reportJOTFORM_DELETE_REPORTDeletes a report by ID.

Deletes a report by ID.

认证

需要 Connected Account

Tags

Delete
Delete submissionJOTFORM_DELETE_SUBMISSIONDeletes a submission by ID.

Deletes a submission by ID.

认证

需要 Connected Account

Tags

Delete
Get current userJOTFORM_GET_CURRENT_USERRetrieves the authenticated Jotform account profile.

Retrieves the authenticated Jotform account profile.

认证

需要 Connected Account

Tags

Get
Get folderJOTFORM_GET_FOLDERRetrieves a folder by ID.

Retrieves a folder by ID.

认证

需要 Connected Account

Tags

Get
Get formJOTFORM_GET_FORMRetrieves a form by ID.

Retrieves a form by ID.

认证

需要 Connected Account

Tags

Get
Get form propertiesJOTFORM_GET_FORM_PROPERTIESRetrieves form properties.

Retrieves form properties.

认证

需要 Connected Account

Tags

Get
Get form propertyJOTFORM_GET_FORM_PROPERTYRetrieves a single form property.

Retrieves a single form property.

认证

需要 Connected Account

Tags

Get
Get form questionJOTFORM_GET_FORM_QUESTIONRetrieves one form question.

Retrieves one form question.

认证

需要 Connected Account

Tags

Get
Get labelJOTFORM_GET_LABELRetrieves a label by ID.

Retrieves a label by ID.

认证

需要 Connected Account

Tags

Get
Get reportJOTFORM_GET_REPORTRetrieves a report by ID.

Retrieves a report by ID.

认证

需要 Connected Account

Tags

Get
Get submissionJOTFORM_GET_SUBMISSIONRetrieves a submission by ID.

Retrieves a submission by ID.

认证

需要 Connected Account

Tags

Get
Get system planJOTFORM_GET_SYSTEM_PLANRetrieves metadata for a Jotform plan.

Retrieves metadata for a Jotform plan.

认证

需要 Connected Account

Tags

Get
Get user settingJOTFORM_GET_USER_SETTINGRetrieves a single user setting by key.

Retrieves a single user setting by key.

认证

需要 Connected Account

Tags

Get
Get user settingsJOTFORM_GET_USER_SETTINGSRetrieves all user settings.

Retrieves all user settings.

认证

需要 Connected Account

Tags

Get
Get user usageJOTFORM_GET_USER_USAGERetrieves account usage information.

Retrieves account usage information.

认证

需要 Connected Account

Tags

Get
List form filesJOTFORM_LIST_FORM_FILESLists uploaded files for a form.

Lists uploaded files for a form.

认证

需要 Connected Account

Tags

List
List form questionsJOTFORM_LIST_FORM_QUESTIONSLists questions for a form.

Lists questions for a form.

认证

需要 Connected Account

Tags

List
List form reportsJOTFORM_LIST_FORM_REPORTSLists reports for a form.

Lists reports for a form.

认证

需要 Connected Account

Tags

List
List form submissionsJOTFORM_LIST_FORM_SUBMISSIONSLists submissions for a form.

Lists submissions for a form.

认证

需要 Connected Account

Tags

List
List form webhooksJOTFORM_LIST_FORM_WEBHOOKSLists webhooks for a form.

Lists webhooks for a form.

认证

需要 Connected Account

Tags

List
List label resourcesJOTFORM_LIST_LABEL_RESOURCESLists resources attached to a label.

Lists resources attached to a label.

认证

需要 Connected Account

Tags

List
List labelsJOTFORM_LIST_LABELSLists user labels.

Lists user labels.

认证

需要 Connected Account

Tags

List
List user foldersJOTFORM_LIST_USER_FOLDERSLists folders in the authenticated Jotform account.

Lists folders in the authenticated Jotform account.

认证

需要 Connected Account

Tags

List
List user formsJOTFORM_LIST_USER_FORMSLists forms owned by the authenticated user.

Lists forms owned by the authenticated user.

认证

需要 Connected Account

Tags

List
List user historyJOTFORM_LIST_USER_HISTORYLists account history entries.

Lists account history entries.

认证

需要 Connected Account

Tags

List
List user invoicesJOTFORM_LIST_USER_INVOICESLists invoices for the authenticated Jotform account.

Lists invoices for the authenticated Jotform account.

认证

需要 Connected Account

Tags

List
List user reportsJOTFORM_LIST_USER_REPORTSLists reports available to the authenticated user.

Lists reports available to the authenticated user.

认证

需要 Connected Account

Tags

List
List user submissionsJOTFORM_LIST_USER_SUBMISSIONSLists submissions across user forms.

Lists submissions across user forms.

认证

需要 Connected Account

Tags

List
List subusersJOTFORM_LIST_USER_SUBUSERSLists account subusers.

Lists account subusers.

认证

需要 Connected Account

Tags

List
Remove label resourcesJOTFORM_REMOVE_LABEL_RESOURCESRemoves resources from a label.

Removes resources from a label.

认证

需要 Connected Account

Tags

Remove
Replace form propertiesJOTFORM_REPLACE_FORM_PROPERTIESReplaces form properties.

Replaces form properties.

认证

需要 Connected Account

Tags

Replace
Update folderJOTFORM_UPDATE_FOLDERUpdates a folder by ID.

Updates a folder by ID.

认证

需要 Connected Account

Tags

Update
Update form propertiesJOTFORM_UPDATE_FORM_PROPERTIESUpdates form properties.

Updates form properties.

认证

需要 Connected Account

Tags

Update
Update form questionJOTFORM_UPDATE_FORM_QUESTIONUpdates one form question.

Updates one form question.

认证

需要 Connected Account

Tags

Update
Update form questionsJOTFORM_UPDATE_FORM_QUESTIONSUpdates questions for a form.

Updates questions for a form.

认证

需要 Connected Account

Tags

Update
Update form submissionsJOTFORM_UPDATE_FORM_SUBMISSIONSUpdates form submissions in bulk.

Updates form submissions in bulk.

认证

需要 Connected Account

Tags

Update
Update formsJOTFORM_UPDATE_FORMSUpdates form data in bulk.

Updates form data in bulk.

认证

需要 Connected Account

Tags

Update
Update labelJOTFORM_UPDATE_LABELUpdates a label by ID.

Updates a label by ID.

认证

需要 Connected Account

Tags

Update
Update submissionJOTFORM_UPDATE_SUBMISSIONUpdates a submission by ID.

Updates a submission by ID.

认证

需要 Connected Account

Tags

Update
Update user formsJOTFORM_UPDATE_USER_FORMSUpdates user forms in bulk.

Updates user forms in bulk.

认证

需要 Connected Account

Tags

Update
Update user settingsJOTFORM_UPDATE_USER_SETTINGSUpdates user settings.

Updates user settings.

认证

需要 Connected Account

Tags

Update

Provider 资源