Getform icon

Getform

Form backend service for form submissions, file uploads, and submission retrieval by ID.

Helps static-site developers route HTML form submissions to a managed backend and read individual submissions later by ID.

Sign in to connect Getform

Sign in to connect an account and start using Getform in your apps.

Example Use Cases

These are example ways Snow can use Getform when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Get Form Submission

Retrieve a specific form submission by its ID from Getform. Use this tool when you have both a form_id and submission_id and need to fetch the details of that single submission. The response includes all form field values submitted by the user, plus metadata like submission date and any uploaded files. Note: The Getform API does not have a dedicated single-submission endpoint, so this action fetches all submissions and filters by ID. For forms with many submissions, consider using get_submissions with pagination if you need to process multiple records. Prerequisites: - A valid Getform API token that corresponds to the specified form_id - The submission_id must exist for the given form

Submit Form

Tool to submit form data and files to a Getform endpoint. Use when you need to post fields, files, optional reCAPTCHA or honeypot to a specific form ID.