Jotform
Connect to Jotform to manage forms, submissions, folders, webhooks, reports, and labels.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
56 callable operations
Add label resourcesJOTFORM_ADD_LABEL_RESOURCESAdds resources to a label.Connection
Adds resources to a label.
Authentication
Connected account requiredTags
Clone formJOTFORM_CLONE_FORMClones an existing form.Connection
Clones an existing form.
Authentication
Connected account requiredTags
Create folderJOTFORM_CREATE_FOLDERCreates a folder.Connection
Creates a folder.
Authentication
Connected account requiredTags
Create formJOTFORM_CREATE_FORMCreates a new form.Connection
Creates a new form.
Authentication
Connected account requiredTags
Create form questionsJOTFORM_CREATE_FORM_QUESTIONSCreates questions for a form.Connection
Creates questions for a form.
Authentication
Connected account requiredTags
Create form reportJOTFORM_CREATE_FORM_REPORTCreates a report for a form.Connection
Creates a report for a form.
Authentication
Connected account requiredTags
Create form submissionJOTFORM_CREATE_FORM_SUBMISSIONCreates a submission for a form.Connection
Creates a submission for a form.
Authentication
Connected account requiredTags
Create form webhookJOTFORM_CREATE_FORM_WEBHOOKCreates a webhook for a form.Connection
Creates a webhook for a form.
Authentication
Connected account requiredTags
Create labelJOTFORM_CREATE_LABELCreates a label.Connection
Creates a label.
Authentication
Connected account requiredTags
Create user formJOTFORM_CREATE_USER_FORMCreates a new form for the authenticated user.Connection
Creates a new form for the authenticated user.
Authentication
Connected account requiredTags
Delete folderJOTFORM_DELETE_FOLDERDeletes a folder by ID.Connection
Deletes a folder by ID.
Authentication
Connected account requiredTags
Delete formJOTFORM_DELETE_FORMDeletes a form by ID.Connection
Deletes a form by ID.
Authentication
Connected account requiredTags
Delete form questionJOTFORM_DELETE_FORM_QUESTIONDeletes one form question.Connection
Deletes one form question.
Authentication
Connected account requiredTags
Delete form webhookJOTFORM_DELETE_FORM_WEBHOOKDeletes a webhook for a form.Connection
Deletes a webhook for a form.
Authentication
Connected account requiredTags
Delete labelJOTFORM_DELETE_LABELDeletes a label by ID.Connection
Deletes a label by ID.
Authentication
Connected account requiredTags
Delete reportJOTFORM_DELETE_REPORTDeletes a report by ID.Connection
Deletes a report by ID.
Authentication
Connected account requiredTags
Delete submissionJOTFORM_DELETE_SUBMISSIONDeletes a submission by ID.Connection
Deletes a submission by ID.
Authentication
Connected account requiredTags
Get current userJOTFORM_GET_CURRENT_USERRetrieves the authenticated Jotform account profile.Connection
Retrieves the authenticated Jotform account profile.
Authentication
Connected account requiredTags
Get folderJOTFORM_GET_FOLDERRetrieves a folder by ID.Connection
Retrieves a folder by ID.
Authentication
Connected account requiredTags
Get formJOTFORM_GET_FORMRetrieves a form by ID.Connection
Retrieves a form by ID.
Authentication
Connected account requiredTags
Get form propertiesJOTFORM_GET_FORM_PROPERTIESRetrieves form properties.Connection
Retrieves form properties.
Authentication
Connected account requiredTags
Get form propertyJOTFORM_GET_FORM_PROPERTYRetrieves a single form property.Connection
Retrieves a single form property.
Authentication
Connected account requiredTags
Get form questionJOTFORM_GET_FORM_QUESTIONRetrieves one form question.Connection
Retrieves one form question.
Authentication
Connected account requiredTags
Get labelJOTFORM_GET_LABELRetrieves a label by ID.Connection
Retrieves a label by ID.
Authentication
Connected account requiredTags
Get reportJOTFORM_GET_REPORTRetrieves a report by ID.Connection
Retrieves a report by ID.
Authentication
Connected account requiredTags
Get submissionJOTFORM_GET_SUBMISSIONRetrieves a submission by ID.Connection
Retrieves a submission by ID.
Authentication
Connected account requiredTags
Get system planJOTFORM_GET_SYSTEM_PLANRetrieves metadata for a Jotform plan.Connection
Retrieves metadata for a Jotform plan.
Authentication
Connected account requiredTags
Get user settingJOTFORM_GET_USER_SETTINGRetrieves a single user setting by key.Connection
Retrieves a single user setting by key.
Authentication
Connected account requiredTags
Get user settingsJOTFORM_GET_USER_SETTINGSRetrieves all user settings.Connection
Retrieves all user settings.
Authentication
Connected account requiredTags
Get user usageJOTFORM_GET_USER_USAGERetrieves account usage information.Connection
Retrieves account usage information.
Authentication
Connected account requiredTags
List form filesJOTFORM_LIST_FORM_FILESLists uploaded files for a form.Connection
Lists uploaded files for a form.
Authentication
Connected account requiredTags
List form questionsJOTFORM_LIST_FORM_QUESTIONSLists questions for a form.Connection
Lists questions for a form.
Authentication
Connected account requiredTags
List form reportsJOTFORM_LIST_FORM_REPORTSLists reports for a form.Connection
Lists reports for a form.
Authentication
Connected account requiredTags
List form submissionsJOTFORM_LIST_FORM_SUBMISSIONSLists submissions for a form.Connection
Lists submissions for a form.
Authentication
Connected account requiredTags
List form webhooksJOTFORM_LIST_FORM_WEBHOOKSLists webhooks for a form.Connection
Lists webhooks for a form.
Authentication
Connected account requiredTags
List label resourcesJOTFORM_LIST_LABEL_RESOURCESLists resources attached to a label.Connection
Lists resources attached to a label.
Authentication
Connected account requiredTags
List labelsJOTFORM_LIST_LABELSLists user labels.Connection
Lists user labels.
Authentication
Connected account requiredTags
List user foldersJOTFORM_LIST_USER_FOLDERSLists folders in the authenticated Jotform account.Connection
Lists folders in the authenticated Jotform account.
Authentication
Connected account requiredTags
List user formsJOTFORM_LIST_USER_FORMSLists forms owned by the authenticated user.Connection
Lists forms owned by the authenticated user.
Authentication
Connected account requiredTags
List user historyJOTFORM_LIST_USER_HISTORYLists account history entries.Connection
Lists account history entries.
Authentication
Connected account requiredTags
List user invoicesJOTFORM_LIST_USER_INVOICESLists invoices for the authenticated Jotform account.Connection
Lists invoices for the authenticated Jotform account.
Authentication
Connected account requiredTags
List user reportsJOTFORM_LIST_USER_REPORTSLists reports available to the authenticated user.Connection
Lists reports available to the authenticated user.
Authentication
Connected account requiredTags
List user submissionsJOTFORM_LIST_USER_SUBMISSIONSLists submissions across user forms.Connection
Lists submissions across user forms.
Authentication
Connected account requiredTags
List subusersJOTFORM_LIST_USER_SUBUSERSLists account subusers.Connection
Lists account subusers.
Authentication
Connected account requiredTags
Remove label resourcesJOTFORM_REMOVE_LABEL_RESOURCESRemoves resources from a label.Connection
Removes resources from a label.
Authentication
Connected account requiredTags
Replace form propertiesJOTFORM_REPLACE_FORM_PROPERTIESReplaces form properties.Connection
Replaces form properties.
Authentication
Connected account requiredTags
Update folderJOTFORM_UPDATE_FOLDERUpdates a folder by ID.Connection
Updates a folder by ID.
Authentication
Connected account requiredTags
Update form propertiesJOTFORM_UPDATE_FORM_PROPERTIESUpdates form properties.Connection
Updates form properties.
Authentication
Connected account requiredTags
Update form questionJOTFORM_UPDATE_FORM_QUESTIONUpdates one form question.Connection
Updates one form question.
Authentication
Connected account requiredTags
Update form questionsJOTFORM_UPDATE_FORM_QUESTIONSUpdates questions for a form.Connection
Updates questions for a form.
Authentication
Connected account requiredTags
Update form submissionsJOTFORM_UPDATE_FORM_SUBMISSIONSUpdates form submissions in bulk.Connection
Updates form submissions in bulk.
Authentication
Connected account requiredTags
Update formsJOTFORM_UPDATE_FORMSUpdates form data in bulk.Connection
Updates form data in bulk.
Authentication
Connected account requiredTags
Update labelJOTFORM_UPDATE_LABELUpdates a label by ID.Connection
Updates a label by ID.
Authentication
Connected account requiredTags
Update submissionJOTFORM_UPDATE_SUBMISSIONUpdates a submission by ID.Connection
Updates a submission by ID.
Authentication
Connected account requiredTags
Update user formsJOTFORM_UPDATE_USER_FORMSUpdates user forms in bulk.Connection
Updates user forms in bulk.
Authentication
Connected account requiredTags
Update user settingsJOTFORM_UPDATE_USER_SETTINGSUpdates user settings.Connection
Updates user settings.
Authentication
Connected account requiredTags