Jotform
jotformJotform is an online form builder that allows users to create and manage forms for various purposes, including data collection, surveys, and more.
Acciones disponibles (6)
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.
Get System PlanJOTFORM_GET_SYSTEM_PLANAcciónTool to retrieve details of a specific system plan. use when you need to check limits and pricing of a plan.
JOTFORM_GET_SYSTEM_PLANAcciónTool to retrieve details of a specific system plan. use when you need to check limits and pricing of a plan.
Parámetros de entrada
planNamestringObligatorioenumName of the system plan to retrieve.
FREEBRONZESILVERGOLDPLATINUM
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
Get User DetailsJOTFORM_GET_USER_DETAILSAcciónTool to retrieve details of the authenticated user, including account and usage info. use after confirming valid api key.
JOTFORM_GET_USER_DETAILSAcciónTool to retrieve details of the authenticated user, including account and usage info. use after confirming valid api key.
Parámetros de entrada
Sin parámetros.
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
Get User FoldersJOTFORM_GET_USER_FOLDERSAcciónTool to retrieve a list of folders created by the authenticated user. use when you need to enumerate user folders after confirming valid api credentials.
JOTFORM_GET_USER_FOLDERSAcciónTool to retrieve a list of folders created by the authenticated user. use when you need to enumerate user folders after confirming valid api credentials.
Parámetros de entrada
Sin parámetros.
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
Get User FormsJOTFORM_GET_USER_FORMSAcciónTool to retrieve a list of forms created by the authenticated user. use after setting up api key authentication.
JOTFORM_GET_USER_FORMSAcciónTool to retrieve a list of forms created by the authenticated user. use after setting up api key authentication.
Parámetros de entrada
limitintegerNumber of forms to return
folderstringFilter by folder ID
offsetintegerOffset for pagination
searchstringSearch query
orderbystringOrder by field
sortingstringSorting direction: ASC or DESC
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
Get User HistoryJOTFORM_GET_USER_HISTORYAcciónTool to fetch user activity history records. use when auditing or filtering user actions by type or date.
JOTFORM_GET_USER_HISTORYAcciónTool to fetch user activity history records. use when auditing or filtering user actions by type or date.
Parámetros de entrada
datestringenumPredefined date range to limit history
lastWeeklastMonthlast3Monthslast6MonthslastYearallactionstringFilter history by action type (e.g., userCreation, formUpdate, apiKeyCreated, userLogout)
sortBystringenumSort order of results
ASCDESCendDatestringEnd date (MM/DD/YYYY) to filter history
startDatestringStart date (MM/DD/YYYY) to filter history
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
Get User SettingsJOTFORM_GET_USER_SETTINGSAcciónTool to retrieve the settings of the authenticated user. use after confirming a valid api key.
JOTFORM_GET_USER_SETTINGSAcciónTool to retrieve the settings of the authenticated user. use after confirming a valid api key.
Parámetros de entrada
Sin parámetros.
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