Tally

Integrate Tally with your AI workspace

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

Explore Triggers and Actions

Create Form

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

ActionTry it

Create Webhook

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

ActionTry it

Delete Form

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

ActionTry it

Delete Webhook

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

ActionTry it

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.

ActionTry it

Get Form Responses

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

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

List Forms

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

ActionTry it

List Organization Invites

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

ActionTry it

List Organization Users

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

ActionTry it

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.

ActionTry it

List Workspaces

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

ActionTry it

Update Form

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

ActionTry it

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.

ActionTry it

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.

ActionTry it