Cabinpanda
cabinpandaCabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.
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ónTool to create a new form with specified fields and settings. use before collecting submissions to define form structure.
CABINPANDA_CREATE_FORMAcciónTool to create a new form with specified fields and settings. use before collecting submissions to define form structure.
Parámetros de entrada
namestringObligatorioName of the form
fieldsobject[]ObligatorioList of fields to include in the form
type_idstringObligatorioType id for the form
settingsobjectConfiguration settings for the form, such as URL slug, redirect URL, and description.
template_idstringObligatorioTemplate id for the form
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
Delete FormCABINPANDA_DELETE_FORMAcciónTool to delete a specific form by its id. use after confirming the target form exists and is safe to remove.
CABINPANDA_DELETE_FORMAcciónTool 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_idstringObligatorioThe unique identifier of the form to delete.
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
Delete IntegrationCABINPANDA_DELETE_INTEGRATIONAcciónTool 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.
CABINPANDA_DELETE_INTEGRATIONAcciónTool 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_idstringObligatorioThe unique identifier of the integration to delete.
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 Form DetailsCABINPANDA_GET_FORM_DETAILSAcciónTool to retrieve details of a specific form by its id. use when you need form metadata (fields, labels, timestamps) before processing or submitting data.
CABINPANDA_GET_FORM_DETAILSAcciónTool 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_idstringObligatorioThe unique identifier of the form to retrieve details for
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 Integration DetailsCABINPANDA_GET_INTEGRATION_DETAILSAcciónTool to retrieve details of a specific integration by its id. use when you need to inspect integration settings or status after obtaining its id.
CABINPANDA_GET_INTEGRATION_DETAILSAcciónTool 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_idstringObligatorioThe unique identifier of the integration to retrieve.
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 ProfileCABINPANDA_GET_PROFILEAcciónTool to retrieve the authenticated user's profile information. use after obtaining valid api credentials to access user details.
CABINPANDA_GET_PROFILEAcciónTool 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
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
List FormsCABINPANDA_LIST_FORMSAcciónTool to retrieve a list of all forms associated with the account. use when you need to fetch form details for management or analysis.
CABINPANDA_LIST_FORMSAcciónTool 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
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
List IntegrationsCABINPANDA_LIST_INTEGRATIONSAcciónTool to retrieve a list of all integrations for the account. use when you need to inspect available or active integrations before managing them.
CABINPANDA_LIST_INTEGRATIONSAcciónTool 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
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
List form submissionsCABINPANDA_LIST_SUBMISSIONSAcciónTool to retrieve a list of all submissions for a specific form. use after obtaining the form id to review its submissions.
CABINPANDA_LIST_SUBMISSIONSAcciónTool 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_idstringObligatorioUnique identifier of the form to list submissions for (path parameter)
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
List UsersCABINPANDA_LIST_USERSAcciónTool 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.
CABINPANDA_LIST_USERSAcciónTool 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
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