Integrations / Forms & scheduling

Tally

Look up forms, questions and submissions, register webhooks, and trigger workflows from Tally form responses.

7 tools 1 trigger event

Tools

tally.list_forms

List your forms with their status and submission counts.

pagelimitworkspace_ids

tally.list_questions

List the questions in a form.

form_id*

tally.list_submissions

List a form's submissions with their answers.

form_id*filterstart_dateend_dateafter_idpagelimit

tally.get_submission

Get one submission of a form with its answers and the form's questions.

form_id*submission_id*

tally.create_webhook writes

Register a webhook on a form that sends each new response to a URL, signed with a secret.

form_id*url*signing_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.

path*params

tally.api_request writes

Send a POST, PUT, PATCH or DELETE request to any Tally API path under https://api.tally.so.

method*path*paramsbody

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

  1. In Tally, go to Settings → API keys and click Create API key.
  2. Paste the key on the connection. It acts as your user, with access to all of your forms.
  3. 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

API key Webhook signing secret

Tally API docs

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

FORM_RESPONSE
trigger
kind: 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.