Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
11 tools available
CabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.
Connect Cabinpanda to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Cabinpanda's 11 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Cabinpanda action below is a callable tool any Definable persona can invoke.
Create a new form in CabinPanda using a template. The form will be created with default fields based on the selected template. Use template_id '1' for a blank form or other IDs for themed templates.
Permanently deletes a form from CabinPanda using its unique key. This action is irreversible - use with caution. Requires the form's alphanumeric key (not the numeric ID) which can be obtained from the List Forms action's 'key' field.
Deletes a form integration configuration by its ID. Use this to disconnect a specific integration (e.g., Slack, Google Sheets, Stripe) from a form. First use CABINPANDA_LIST_INTEGRATIONS to find the 'form_integration.id' of the configured integration you want to remove. This is a destructive and idempotent operation.
Tool to retrieve details of a specific form by its key (32-character hex string). Use when you need form metadata (fields, labels, timestamps) before processing or submitting data. Get form keys from the list_forms endpoint.
Retrieve detailed information about a specific integration by its numeric ID. Returns integration configuration, category, OAuth settings, and form/team integration status. Use List Integrations first to discover available IDs.
Retrieves the authenticated user's CabinPanda profile including account details, workspace information, available features, usage statistics, and billing plan. Use this action to get the current user's identity, check plan limits, or verify account setup status.
Tool to retrieve a list of all forms associated with the account. Use when you need to fetch form details for management or analysis.
Tool to retrieve a list of all integrations for the account. Use when you need to inspect available or active integrations before managing them.
Retrieve all submissions for a specific form. The form_id parameter requires the 32-character hex key (not the numeric ID). First use List Forms to get available form keys, then pass one to this action.
Retrieves a list of all team members (users) associated with your CabinPanda account. Use this tool to: - View all team members in your workspace - Get user IDs for other team management operations - Check user roles, permissions, and current usage statistics - Audit team membership and billing plan information Returns detailed user information including email, workspace details, available features, and usage statistics.
Tool to update the details of an existing form including name, template, fields and settings. Use when you need to modify form properties, update field configuration, or change form behavior.
Anything Cabinpanda exposes through its API. Common forms & surveys workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 11 Cabinpanda tools directly, then chain the result into another integration without you writing code.
Cabinpanda uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 11 Cabinpanda tools. You only need a separate Cabinpanda subscription if Cabinpanda itself charges per seat or per API call.
Every call from a persona to Cabinpanda is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Cabinpanda, and connect via OAuth or API key. You can immediately attach Cabinpanda to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 11 Cabinpanda actions as callable tools — including `Create Form`, `Delete Form`, `Delete Integration`, plus 8 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.