Build beautiful, interactive forms that people love to fill out. Collect data, accept payments, and integrate with your favorite tools.
You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.
Get About Me
Get information about the owner account in Typeform.
TYPEFORM_GET_ABOUT_MEGet 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.
TYPEFORM_GET_ALL_RESPONSE_FILESGet 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 t…
TYPEFORM_GET_BACKGROUND_BY_SIZEGet 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.
TYPEFORM_GET_CHOICE_IMAGE_BY_SIZEGet 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.
TYPEFORM_GET_FORMGet 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.
TYPEFORM_GET_FORM_MESSAGESGet 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…
TYPEFORM_GET_FORM_RESPONSESGet 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 thum…
TYPEFORM_GET_IMAGE_BY_SIZEGet 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.
TYPEFORM_GET_THEMEGet 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.
TYPEFORM_GET_WEBHOOKGet 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.
TYPEFORM_GET_WORKSPACEList 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…
TYPEFORM_LIST_FORMSList Images
Tool to retrieve all images in your Typeform account in reverse-chronological order. Use when you need to list or browse available images.
TYPEFORM_LIST_IMAGESList 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 configur…
TYPEFORM_LIST_THEMESList 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.
TYPEFORM_LIST_WEBHOOKSList 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.
TYPEFORM_LIST_WORKSPACESCreate 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.
TYPEFORM_CREATE_ACCOUNT_WORKSPACECreate 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…
TYPEFORM_CREATE_FORMCreate 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.
TYPEFORM_CREATE_IMAGECreate 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.
TYPEFORM_CREATE_OR_UPDATE_WEBHOOKCreate 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.
TYPEFORM_CREATE_THEMECreate Workspace
Tool to create a new workspace in Typeform. Use when organizing forms into separate workspaces for teams or projects.
TYPEFORM_CREATE_WORKSPACEDelete Form
Tool to permanently delete a Typeform and all of its responses. Use when you need to remove a form completely from the account.
TYPEFORM_DELETE_FORMDelete 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).
TYPEFORM_DELETE_IMAGEDelete 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 regist…
TYPEFORM_DELETE_RESPONSESDelete Theme
Tool to delete a theme from your Typeform account. Use when you need to permanently remove a theme. This operation cannot be undone.
TYPEFORM_DELETE_THEMEDelete 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…
TYPEFORM_DELETE_WEBHOOKDelete 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 (…
TYPEFORM_DELETE_WORKSPACEPatch 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, an…
TYPEFORM_PATCH_FORMUpdate 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, al…
TYPEFORM_PATCH_THEMEUpdate 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…
TYPEFORM_UPDATE_FORMUpdate 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.
TYPEFORM_UPDATE_FORM_MESSAGESUpdate 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…
TYPEFORM_UPDATE_THEMEUpdate 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.
TYPEFORM_UPDATE_WORKSPACEUpload 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…
TYPEFORM_UPLOAD_VIDEO35 distinct actions, listed in full on this page — 16 to read, 19 to create & update. An agent gets the ones that match what you described it doing, not all of them at once.
Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.
Yes — Typeform exposes 1 trigger, so an agent can start work when something changes rather than waiting to be asked.
The Typeform integration guide · All 58 connectable apps · The agent builder