# Tally

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

- **Category:** forms & surveys
- **Auth:** API_KEY, OAUTH2
- **Composio Managed App Available?** No
- **Tools:** 18
- **Triggers:** 0
- **Slug:** `TALLY`
- **Version:** 20260413_00

## Tools

### Create Form

**Slug:** `TALLY_CREATE_FORM`

Tool to create a new form. Use after preparing block definitions and optional settings.

### Create Webhook

**Slug:** `TALLY_CREATE_WEBHOOK`

Tool to create a new webhook for a form. Use after confirming you have the form ID and the callback URL.

### Delete Form

**Slug:** `TALLY_DELETE_FORM`

Tool to delete a specific form identified by its ID. Use after confirming the form should be permanently removed.

### Delete Webhook

**Slug:** `TALLY_DELETE_WEBHOOK`

Tool to delete a specific webhook. Use after confirming the webhook ID.

### Get Form Details

**Slug:** `TALLY_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.

### Get Form Responses

**Slug:** `TALLY_GET_FORM_RESPONSES`

Tool to retrieve the responses of a specific form. Use after confirming the form ID and when paginated data is needed.

### Get User Info

**Slug:** `TALLY_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.

### Get Webhook Events

**Slug:** `TALLY_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.

### Get Workspace

**Slug:** `TALLY_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.

### List Form Questions

**Slug:** `TALLY_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.

### List Forms

**Slug:** `TALLY_LIST_FORMS`

Tool to retrieve a paginated list of forms. Use when you need to list all forms accessible to the authenticated user.

### List Organization Invites

**Slug:** `TALLY_LIST_ORGANIZATION_INVITES`

Tool to retrieve all pending invites in your organization. Use when you need to view or manage organization invitation status.

### List Organization Users

**Slug:** `TALLY_LIST_ORGANIZATION_USERS`

Tool to retrieve all users in an organization. Use when you need to list organization members or check user permissions.

### List Webhooks

**Slug:** `TALLY_LIST_WEBHOOKS`

Tool to retrieve a paginated list of configured webhooks. Use when you need a full listing of webhooks across your accessible forms and workspaces.

### List Workspaces

**Slug:** `TALLY_LIST_WORKSPACES`

Tool to retrieve a paginated list of workspaces. Use when you need to browse workspaces accessible to the authenticated user.

### Update Form

**Slug:** `TALLY_UPDATE_FORM`

Tool to update form details. Use after confirming the form exists and obtaining its ID.

### Update Webhook

**Slug:** `TALLY_UPDATE_WEBHOOK`

Tool to update an existing webhook configuration. Use when you need to modify webhook settings such as URL, event types, or enable/disable status.

### Update Workspace

**Slug:** `TALLY_UPDATE_WORKSPACE`

Tool to update the details of a specific workspace identified by its ID. Use when you need to rename a workspace after confirming the workspace ID.
