Integrations / Forms & scheduling
Tally
Look up forms, questions and submissions, register webhooks, and trigger workflows from Tally form responses.
Tools
tally.list_forms
List your forms with their status and submission counts.
tally.list_questions
List the questions in a form.
tally.list_submissions
List a form's submissions with their answers.
tally.get_submission
Get one submission of a form with its answers and the form's questions.
tally.create_webhook writes
Register a webhook on a form that sends each new response to a URL, signed with a secret.
tally.api_get
Send a GET request to any Tally API path under https://api.tally.so and return the response. For endpoints the named tools don't cover.
tally.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Tally API path under https://api.tally.so.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Tally API path.
Connect
- In Tally, go to Settings → API keys and click Create API key.
- Paste the key on the connection. It acts as your user, with access to all of your forms.
- To trigger workflows, open a form's Integrations tab, connect Webhooks with the URL shown on the connection page, add a signing secret, and paste the same secret on the connection.
Credentials
Triggers
In Tally, open the form's Integrations tab, connect Webhooks with this URL, turn on a signing secret, and paste the same secret on this connection.
Events
triggerkind: tally connection: tally events: [FORM_RESPONSE] forms: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.