Typeform
Read forms, responses, and submissions.
ProductivityOAuth35 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
TYPEFORM_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. | POST /composio/typeform/typeform_create_account_workspace | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_create_form | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_create_image | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_create_or_update_webhook | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_create_theme | external_send | — | — | managed |
TYPEFORM_CREATE_WORKSPACE Tool to create a new workspace in Typeform. Use when organizing forms into separate workspaces for teams or projects. | POST /composio/typeform/typeform_create_workspace | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_delete_form | external_send | — | — | managed |
TYPEFORM_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). | POST /composio/typeform/typeform_delete_image | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_delete_responses | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_delete_theme | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_delete_webhook | external_send | — | — | managed |
TYPEFORM_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). | POST /composio/typeform/typeform_delete_workspace | external_send | — | — | managed |
TYPEFORM_GET_ABOUT_ME Get information about the owner account in Typeform. | GET /composio/typeform/typeform_get_about_me | none | — | — | managed |
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 /composio/typeform/typeform_get_all_response_files | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_background_by_size | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_choice_image_by_size | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_form | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_form_messages | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_form_responses | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_image_by_size | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_theme | none | — | — | managed |
TYPEFORM_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 /composio/typeform/typeform_get_webhook | none | — | — | managed |
TYPEFORM_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. | GET /composio/typeform/typeform_get_workspace | none | — | — | managed |
TYPEFORM_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. | GET /composio/typeform/typeform_list_forms | none | — | — | managed |
TYPEFORM_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. | GET /composio/typeform/typeform_list_images | none | — | — | managed |
TYPEFORM_LIST_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. | GET /composio/typeform/typeform_list_themes | none | — | — | managed |
TYPEFORM_LIST_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. | GET /composio/typeform/typeform_list_webhooks | none | — | — | managed |
TYPEFORM_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. | GET /composio/typeform/typeform_list_workspaces | none | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_patch_form | external_send | — | — | managed |
TYPEFORM_PATCH_THEME 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. | POST /composio/typeform/typeform_patch_theme | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_update_form | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_update_form_messages | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_update_theme | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_update_workspace | external_send | — | — | managed |
TYPEFORM_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. | POST /composio/typeform/typeform_upload_video | external_send | — | — | managed |