NAiOS IconNAiOS Logo
Volver al catálogo

Cabinpanda

cabinpanda

CabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.

Acciones
10
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 (10)

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.

Create FormCABINPANDA_CREATE_FORMAcción

Tool to create a new form with specified fields and settings. use before collecting submissions to define form structure.

Parámetros de entrada

  • namestringObligatorio

    Name of the form

  • fieldsobject[]Obligatorio

    List of fields to include in the form

  • type_idstringObligatorio

    Type id for the form

  • settingsobject

    Configuration settings for the form, such as URL slug, redirect URL, and description.

  • template_idstringObligatorio

    Template id for the form

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

Delete FormCABINPANDA_DELETE_FORMAcción

Tool to delete a specific form by its id. use after confirming the target form exists and is safe to remove.

Parámetros de entrada

  • form_idstringObligatorio

    The unique identifier of the form to delete.

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

Delete IntegrationCABINPANDA_DELETE_INTEGRATIONAcción

Tool to delete a specific integration by its id. use when you need to remove or disable an existing integration (e.g., webhook) after confirming the integration id.

Parámetros de entrada

  • integration_idstringObligatorio

    The unique identifier of the integration to delete.

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

Tool to retrieve details of a specific form by its id. use when you need form metadata (fields, labels, timestamps) before processing or submitting data.

Parámetros de entrada

  • form_idstringObligatorio

    The unique identifier of the form to retrieve details for

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

Tool to retrieve details of a specific integration by its id. use when you need to inspect integration settings or status after obtaining its id.

Parámetros de entrada

  • integration_idstringObligatorio

    The unique identifier of the integration to retrieve.

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

Tool to retrieve the authenticated user's profile information. use after obtaining valid api credentials to access user details.

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

List FormsCABINPANDA_LIST_FORMSAcción

Tool to retrieve a list of all forms associated with the account. use when you need to fetch form details for management or analysis.

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

List IntegrationsCABINPANDA_LIST_INTEGRATIONSAcción

Tool to retrieve a list of all integrations for the account. use when you need to inspect available or active integrations before managing them.

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

List form submissionsCABINPANDA_LIST_SUBMISSIONSAcción

Tool to retrieve a list of all submissions for a specific form. use after obtaining the form id to review its submissions.

Parámetros de entrada

  • form_idstringObligatorio

    Unique identifier of the form to list submissions for (path parameter)

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

List UsersCABINPANDA_LIST_USERSAcción

Tool to retrieve a list of all users associated with the account. use when you need to manage or audit your team members after confirming authentication.

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