Connect Typeform to Definable AI

Build beautiful, interactive forms that people love to fill out. Collect data, accept payments, and integrate with your favorite tools.

About Typeform

Typeform is a productivity tool. Connect it to Definable AI with one-click OAuth2 — no API keys or custom code required.

What you can automate with Typeform

Use Definable AI's agent platform to trigger workflows from Typeform, process results with 50+ AI models, and sync data across 900+ connected apps.

Tools & Actions (35 available)

  • 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 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.
  • 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.
  • 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.
  • Delete Webhook: Tool to delete a webhook configuration from a Typeform form. Use when you need to remove a webhook from a specific form. The operation returns 204 No Content on success and 404 if the webhook is not found.
  • Delete Workspace: Tool to delete a workspace from your Typeform account. Use when you need to remove a workspace. Note: The default 'My Workspace' cannot be deleted, and workspaces containing forms cannot be deleted (will return an error).
  • Get About Me: Get information about the owner account in Typeform.
  • Get All Response Files: Tool to retrieve a compressed archive containing all files that respondents uploaded for a specified form. Use when you need to download all file uploads from a Typeform form as a ZIP archive.
  • Get Background By Size: Tool to retrieve a background image by size from Typeform. Use when you need to get a background image in a specific size (default, tablet, mobile, or thumbnail). Images are scaled and cropped from top-left alignment to fill the screen properly.
  • Get Choice Image By Size: Tool to retrieve a choice image by size from Typeform. Use when you need to download images used in picture_choice question options at specific sizes.
  • Get Form: Tool to retrieve a specific form's complete configuration including fields, logic, settings, and theme. Use when you need to get detailed information about a Typeform form.
  • Get Form Messages: Tool to retrieve custom messages for a Typeform including button labels, error messages, and UI text. Use when you need to get the current message configuration for a form.
  • Get Form Responses: Tool to retrieve form responses from Typeform with filtering by date, pagination, search, and response type. Use when you need to get responses for a specific form including timestamps of when users landed on and submitted the form. Note: Recent responses may take up to 30 minutes to appear.
  • Get Image By Size: Tool to retrieve an image in a specific size from Typeform. Use when you need to get a Typeform image optimized for different display contexts (default for desktop, mobile for mobile devices, or thumbnail for previews).
  • Get Theme: Tool to retrieve a specific theme's configuration including colors, fonts, and layout settings. Use when you need to get the design settings of a Typeform theme.
  • Get Webhook: Tool to retrieve a single webhook by specifying both the form ID and webhook tag. Use when you need to get details about a specific webhook configuration.
  • Get Workspace: Tool to retrieve detailed information about a specific workspace including its name, forms, and team members. Use when you need to get workspace details or check member access.
  • List Form Webhooks: Tool to retrieve all webhooks associated with a specified typeform. Use when you need to view webhook configurations for a form. Returns webhook IDs, URLs, enabled status, event types, and timestamps.
  • List Forms: Tool to retrieve a list of all forms in your Typeform account with filtering, pagination, and sorting options. Use when you need to list, search, or browse forms across workspaces. Supports filtering by search terms, workspace, and sorting by creation or modification date.
  • List Images: Tool to retrieve all images in your Typeform account in reverse-chronological order. Use when you need to list or browse available images.
  • List Typeform Themes: Tool to retrieve a paginated list of themes in your Typeform account. Use when you need to access available themes for form styling. Returns both public and private themes with their styling configurations.
  • List Workspaces: Tool to retrieve all workspaces in a Typeform account with their IDs, names, form counts, and members. Use when you need to list available workspaces or search for specific workspaces by name.
  • Patch Form: Tool to partially update a Typeform using JSON Patch operations. Use when you need to modify specific fields without replacing the entire form. Supports updating title, settings, theme, workspace, and other form properties.
  • Update Form: Tool to update an existing Typeform by completely replacing its configuration. PUT request overwrites the entire form - any fields not included will be deleted along with their response data. Always retrieve the form first using Get Form, modify the desired properties, then send the complete updated form definition.
  • Update Form Messages: Tool to update custom messages for form UI elements like buttons, errors, and placeholders in Typeform. Use when you need to customize the text displayed to form respondents.
  • Update Theme: Tool to update a theme's complete definition in Typeform. Use when you need to update all aspects of a theme including colors, fonts, and visual properties. This is a full update (PUT) operation that requires name, font, and colors to be provided. For partial updates, use PATCH instead.
  • Update Theme (Partial): Tool to partially update a Typeform theme by ID. Updates only the specified properties while leaving other theme settings unchanged. Each provided field must be complete (e.g., if updating colors, all color subfields must be provided). Cannot modify Typeform's public built-in themes.
  • Update Workspace: Tool to update a workspace's name or manage team member access (add/remove members) in Typeform. Use when you need to rename a workspace or modify its member list using JSON Patch operations.
  • Upload Video: Initiate a video upload to Typeform by obtaining a signed upload URL. Use this action to prepare for uploading a video file to a specific form field. After receiving the upload_url, use it to upload the actual video file via a PUT request.

How to connect Typeform

  1. Sign in to Definable AI and go to Apps
  2. Search for Typeform and click Connect
  3. Authorize via OAuth2 — takes under 30 seconds
  4. Use Typeform actions in your AI agents and workflows