NAiOS IconNAiOS Logo
Volver al catálogo

Jotform

jotform

Jotform is an online form builder that allows users to create and manage forms for various purposes, including data collection, surveys, and more.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve details of a specific system plan. use when you need to check limits and pricing of a plan.

Parámetros de entrada

  • planNamestringObligatorioenum

    Name of the system plan to retrieve.

    FREEBRONZESILVERGOLDPLATINUM

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User DetailsJOTFORM_GET_USER_DETAILSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User FoldersJOTFORM_GET_USER_FOLDERSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User FormsJOTFORM_GET_USER_FORMSAcción

Tool to retrieve a list of forms created by the authenticated user. use after setting up api key authentication.

Parámetros de entrada

  • limitinteger

    Number of forms to return

  • folderstring

    Filter by folder ID

  • offsetinteger

    Offset for pagination

  • searchstring

    Search query

  • orderbystring

    Order by field

  • sortingstring

    Sorting direction: ASC or DESC

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User HistoryJOTFORM_GET_USER_HISTORYAcción

Tool to fetch user activity history records. use when auditing or filtering user actions by type or date.

Parámetros de entrada

  • datestringenum

    Predefined date range to limit history

    lastWeeklastMonthlast3Monthslast6MonthslastYearall
  • actionstring

    Filter history by action type (e.g., userCreation, formUpdate, apiKeyCreated, userLogout)

  • sortBystringenum

    Sort order of results

    ASCDESC
  • endDatestring

    End date (MM/DD/YYYY) to filter history

  • startDatestring

    Start date (MM/DD/YYYY) to filter history

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User SettingsJOTFORM_GET_USER_SETTINGSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not