Automate Tally with TypeScript
Build and manage Tally forms, submissions, analytics, workspaces, folders, and webhooks. Start automations from signed form-response events.
import { automation } from "automate.ax"
import { tally } from "automate.ax/tally"
export default automation("Inspect Tally responses", () => {
const response = tally.onFormResponse({ formId: "form-id" })
tally.getFormSubmission({
formId: response.data.formId,
submissionId: response.data.submissionId,
})
})What you can do
Actions
- Build forms and manage their questions and blocks
- Inspect completed and partial submissions
- Analyze traffic, completion, dimensions, and drop-off
- Manage workspaces, folders, organization access, and webhooks
Triggers
- Form responses
- Any supported form webhook event