# Tally AI integration on Definable

> Tally is a form-building platform that allows users to create forms, collect responses, and integrate with various tools and services.

## What this connects

Tally is a form-building platform that allows users to create forms, collect responses, and integrate with various tools and services.

Vendor: https://tally.so/

## Tools available

**18** tools available. First 12:

- `TALLY_CREATE_FORM` — Create Form — Tool to create a new form. Use after preparing block definitions and optional settings.
- `TALLY_CREATE_WEBHOOK` — Create Webhook — Tool to create a new webhook for a form. Use after confirming you have the form ID and the callback URL.
- `TALLY_DELETE_FORM` — Delete Form — Tool to delete a specific form identified by its ID. Use after confirming the form should be permanently removed.
- `TALLY_DELETE_WEBHOOK` — Delete Webhook — Tool to delete a specific webhook. Use after confirming the webhook ID.
- `TALLY_GET_FORM_DETAILS` — Get Form Details — Tool to retrieve details of a specific form. Use when you need comprehensive form metadata by ID. Use after confirming the form ID to fetch its full configuration, blocks, and stats.
- `TALLY_GET_FORM_RESPONSES` — Get Form Responses — Tool to retrieve the responses of a specific form. Use after confirming the form ID and when paginated data is needed.
- `TALLY_GET_USER_INFO` — Get User Info — Tool to retrieve information about the authenticated user. Use when you need to confirm account-level details before proceeding. Returns account/workspace context only — not form-level access; follow up with TALLY_LIST_FORMS to verify form access. Confirm the returned workspace and user context match the intended account before creating or modifying resources, as acting on the wrong context places resources in an unintended account. Do not expose sensitive response fields (e.g., tokens) in user-visible output.
- `TALLY_GET_WEBHOOK_EVENTS` — Get Webhook Events — Tool to list events associated with a specific webhook. Use when you need to inspect delivery history after creating or listing a webhook.
- `TALLY_GET_WORKSPACE` — Get Workspace — Tool to retrieve a single workspace by its ID with associated members. Use when you need to get detailed information about a specific workspace.
- `TALLY_LIST_FORM_QUESTIONS` — List Form Questions — Tool to retrieve all questions from a specific form. Use when you need to list all questions and their structure after obtaining the form ID.
- `TALLY_LIST_FORMS` — List Forms — Tool to retrieve a paginated list of forms. Use when you need to list all forms accessible to the authenticated user.
- `TALLY_LIST_ORGANIZATION_INVITES` — List Organization Invites — Tool to retrieve all pending invites in your organization. Use when you need to view or manage organization invitation status.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`.

## How agents use Tally

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

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

The Verifier checks every Tally 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/

## Related

- HTML page: https://definable.ai/apps/tally/
- 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
