# Getform AI integration on Definable

> Getform is a modern form backend platform that enables developers to handle web forms and submissions without setting up a server or writing backend code.

## What this connects

Getform is a modern form backend platform that enables developers to handle web forms and submissions without setting up a server or writing backend code.

Vendor: https://getform.io/

## Tools available

**2** tools available. First 2:

- `GETFORM_GET_FORM_GET_SUBMISSION` — Get Form Submission — Retrieve a specific form submission by its ID from Getform. Use this tool when you have both a form_id and submission_id and need to fetch the details of that single submission. The response includes all form field values submitted by the user, plus metadata like submission date and any uploaded files. Note: The Getform API does not have a dedicated single-submission endpoint, so this action fetches all submissions and filters by ID. For forms with many submissions, consider using get_submissions with pagination if you need to process multiple records. Prerequisites: - A valid Getform API token that corresponds to the specified form_id - The submission_id must exist for the given form
- `GETFORM_GET_FORM_SUBMIT_FORM` — Submit Form — Tool to submit form data and files to a Getform endpoint. Use when you need to post fields, files, optional reCAPTCHA or honeypot to a specific form ID.

## Auth

Auth schemes: `API_KEY`.

## How agents use Getform

Inside a Definable workflow, Getform is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Getform** — the Researcher (GPT-5.5) pulls context from Getform (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Getform** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Getform (create record, post message, draft email).
- **Designer / Engineer → Distributor → Getform** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Getform (attach file, open PR comment, post status).

The Verifier checks every Getform call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- forms & surveys — https://definable.ai/apps/category/forms-&-surveys/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/getform/
- Same category (forms & surveys): https://definable.ai/apps/category/forms-&-surveys/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
