Typeform icon

Typeform

Interactive form builder for forms, questions, responses, workspaces, themes, and respondent data.

Supports interactive forms, images, form deletion, and newly submitted response workflows.

Sign in to connect Typeform

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

Example Use Cases

These are example ways Snow can use Typeform 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.

Create Account Workspace

Tool to create a new workspace in a specific Typeform account. Use when you need to create a workspace within a particular account using the account ID.

Create Form

Tool to create a new Typeform form with customizable fields, logic, and settings. Use when you need to programmatically create a form with specific questions, welcome screens, thank you screens, and conditional logic.

Create Image

Tool to upload a new image to your Typeform account via base64 encoding or URL. Use when you need to add images for forms or presentations. Either 'image' (base64) or 'url' parameter must be provided.

Create or Update Webhook

Tool to create a new webhook or update an existing one for a specified Typeform. Use when you need to configure webhooks to receive form response notifications at a specified URL.

Create Theme

Tool to create a new custom theme in Typeform with colors, fonts, background, and layout settings. Use when you need to create a theme for branding and styling Typeform forms.

Create Workspace

Tool to create a new workspace in Typeform. Use when organizing forms into separate workspaces for teams or projects.

Delete Form

Tool to permanently delete a Typeform and all of its responses. Use when you need to remove a form completely from the account.

Delete Image

Tool to delete an image from your Typeform account. Use when you need to remove an image that is no longer needed. Returns a success status once the image has been deleted (204 No Content).

Delete Responses

Tool to delete specific responses from a Typeform by response IDs. Use when you need to remove response data from a form. Deletion is asynchronous - a 200 status means the deletion request was registered, not that deletion is complete. Maximum 1000 response IDs can be deleted per request.

Delete Theme

Tool to delete a theme from your Typeform account. Use when you need to permanently remove a theme. This operation cannot be undone.

Triggers

These are the trigger events currently available for Typeform.

New Form Response

Triggers when a respondent completes and submits the form.