- List the forms in your Tally workspace
- Fetch submissions and question metadata for a form
- Create forms and manage form workflows
- Verify the connected account
Common use cases and example apps
How to connect Tally
Who can create Tally connections depends on your plan and workspace settings. See Who can create connections. You can create multiple Tally connections using different API keys, which is useful for separating environments (for example, development and production) or connecting multiple Tally workspaces. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting Tally, make sure you have:- A Tally account
- A Tally API key
- Permission to create connections in your Lovable workspace (see Who can create connections)
All API requests made through this connector count toward your Tally account’s rate limits. Billing and quota are handled directly by Tally, not Lovable.
Step 1: Get a Tally API key
An API key lets your Lovable app authenticate with the Tally API. To create a Tally API key:1
Open your Tally settings
Sign in to Tally and go to Settings → API keys.
2
Create a key
Create a new API key and give it a descriptive name, for example
Lovable integration.3
Copy the key
Copy the key and store it securely. Tally API keys start with
tly-.Step 2: Connect Tally to Lovable
1
Open Tally in Connectors
Go to Connectors and select Tally.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
Tally Prod. - API key: paste your Tally API key (it starts with
tly-). Use Open Tally below the field to jump to the API keys settings if you need to generate one.
4
Choose who can use this connection
Under Who can use this connection, decide who in your workspace can use the connection. You start as the only person with access:
- Only you (default): leave the access list as is; only you can use the connection and its associated data.
- Invite specific people: add workspace members by email; only you and the people you add can use the connection and its associated data.
- Invite entire workspace: click Invite entire workspace to make the connection available to everyone in your Lovable workspace.
5
Connect
Click Connect. Lovable verifies the key against Tally before saving the connection.
Limitations
The Tally connector cannot:- Receive Tally webhooks through the connector. Configure Tally webhooks to call an endpoint in your app instead
- Refresh or rotate API keys automatically. To rotate, generate a new key in your Tally API keys settings and update the Lovable connection
- Support per-end-user Tally login. Each connection represents a single Tally account shared across all projects linked to it
How to unlink projects from a connection
Editors and above can remove specific projects from a connection without deleting the connection entirely. The connection will remain available for other projects. To unlink projects:1
Open Connectors
Open Connectors and select .
2
Open the connection
Open the connection you want to manage.
3
Select projects
Under Linked projects, check the projects you want to unlink.
4
Confirm
Click Unlink projects and confirm.
How to delete a connection
Workspace admins and owners can delete connections. Other members can delete a connection if they created it, or if they have been explicitly granted access to it. Before deleting, review the Linked projects section to see which projects are currently using the connection. To delete a connection:1
Open Connectors
Open Connectors and select .
2
Open the connection
Open the connection you want to remove.
3
Review linked projects
Review the Linked projects section.
4
Delete
Under Delete this connection, click Delete and confirm.