Cabinpanda

Learn how to use Cabinpanda with Composio

Overview

Enum

CABINPANDA

Description

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

Authentication Details

bearer_token
stringRequired

Actions

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

Action Parameters

fields
arrayRequired
name
stringRequired
settings
object
template_id
stringRequired
type_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific form by its id. use after confirming the target form exists and is safe to remove.

Action Parameters

form_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

integration_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

form_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

integration_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the authenticated user's profile information. use after obtaining valid api credentials to access user details.

Action Parameters

Action Response

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

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all integrations for the account. use when you need to inspect available or active integrations before managing them.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all submissions for a specific form. use after obtaining the form id to review its submissions.

Action Parameters

form_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

Action Response

data
object
error
string
successful
boolean