Tally
Overview
SLUG: TALLY
Description
Tally is a form-building platform that allows users to create forms, collect responses, and integrate with various tools and services.
Authentication Details
OAuth2
API Key
Connecting to Tally
Create an auth config
Use the dashboard to create an auth config for the Tally toolkit. This allows you to connect multiple Tally accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Tally toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
TALLY_CREATE_FORM
Tool Name: Create Form
Description
Action Parameters
Action Response
TALLY_CREATE_WEBHOOK
Tool Name: Create Webhook
Description
Action Parameters
Action Response
TALLY_DELETE_FORM
Tool Name: Delete Form
Description
Action Parameters
Action Response
TALLY_DELETE_WEBHOOK
Tool Name: Delete Webhook
Description
Action Parameters
Action Response
TALLY_GET_FORM_DETAILS
Tool Name: Get Form Details
Description
Action Parameters
Action Response
TALLY_GET_FORM_FIELDS
Tool Name: Get Form Fields
Description
Action Parameters
Action Response
TALLY_GET_FORM_RESPONSES
Tool Name: Get Form Responses
Description
Action Parameters
Action Response
TALLY_GET_FORM_SETTINGS
Tool Name: Get Form Settings
Description
Action Parameters
Action Response
TALLY_GET_USER_INFO
Tool Name: Get User Info
Description
Action Parameters
Action Response
TALLY_GET_WEBHOOK_EVENTS
Tool Name: Get Webhook Events
Description
Action Parameters
Action Response
TALLY_LIST_FORMS
Tool Name: List Forms
Description
Action Parameters
Action Response
TALLY_LIST_SUBMISSIONS
Tool Name: List Submissions
Description
Action Parameters
Action Response
TALLY_LIST_WEBHOOKS
Tool Name: List Webhooks
Description
Action Parameters
Action Response
TALLY_LIST_WORKSPACES
Tool Name: List Workspaces
Description
Action Parameters
Action Response
TALLY_UPDATE_FORM
Tool Name: Update Form
Description
Action Parameters
Action Response
TALLY_UPDATE_WORKSPACE
Tool Name: Update Workspace
Description
Action Parameters
Action Response