Typeform
typeformBuild beautiful, interactive forms that people love to fill out. Collect data, accept payments, and integrate with your favorite tools.
Acciones disponibles (35)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Account WorkspaceTYPEFORM_CREATE_ACCOUNT_WORKSPACEAcciónTool 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_WORKSPACEAcciónTool 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.
Parámetros de entrada
namestringObligatorioName of the new workspace to create
account_idstringObligatorioThe ULID format identifier for the account where the workspace will be created
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create FormTYPEFORM_CREATE_FORMAcciónTool 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.
TYPEFORM_CREATE_FORMAcciónTool 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.
Parámetros de entrada
typeanyForm type (quiz, classification, score, branching, etc.)
logicanyConditional logic jumps and variable calculations
themeanyDesign theme reference for the form
titlestringObligatorioForm title
fieldsanyArray of field definitions for the form questions
settingsanyForm settings including language, privacy, progress bar
workspaceanyDestination workspace for the form
welcome_screensanyIntroductory content screens shown before form fields
thankyou_screensanyCompletion screens shown after form submission
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ImageTYPEFORM_CREATE_IMAGEAcciónTool 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_IMAGEAcciónTool 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.
Parámetros de entrada
urlanyDirect link to an existing image online. Either 'image' or 'url' must be provided.
imageanyBase64 code for the image (exclude data:image descriptors). Either 'image' or 'url' must be provided.
file_namestringObligatorioThe name assigned to your image file
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create or Update WebhookTYPEFORM_CREATE_OR_UPDATE_WEBHOOKAcciónTool 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_WEBHOOKAcciónTool 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.
Parámetros de entrada
tagstringObligatorioUnique webhook name you assign to identify this webhook
urlstringObligatorioWebhook destination URL where form responses will be sent
secretanyHMAC SHA256 signing key for payload verification. Use this to verify webhook authenticity
enabledbooleanWhether to send responses immediately. Set to true to enable the webhook, false to disable it
form_idstringObligatorioUnique identifier for the form
verify_sslanyWhether to verify SSL certificates during webhook delivery. Set to false if using self-signed certificates
event_typesanyEvent types that trigger the webhook (e.g., {'form_response_partial': True}). If not specified, defaults to form_response
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ThemeTYPEFORM_CREATE_THEMEAcciónTool 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_THEMEAcciónTool 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.
Parámetros de entrada
fontstringObligatorioFont choice from predefined Typeform options (e.g., 'Karla', 'Arial', 'Georgia'). This field is required by the API.
nameanyName of the theme
colorsobjectObligatorioColor configuration with answer, background, button, and question hex values. All color fields are required.
fieldsobjectObligatorioField alignment (left/center) and font_size (small/medium/large). Both fields are required.
backgroundanyBackground image configuration including href, brightness, and layout
rounded_cornersanyBorder radius setting. Must be 'none', 'small', or 'large'
has_transparent_buttonanyWhether the button should be transparent
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WorkspaceTYPEFORM_CREATE_WORKSPACEAcciónTool to create a new workspace in Typeform. Use when organizing forms into separate workspaces for teams or projects.
TYPEFORM_CREATE_WORKSPACEAcciónTool to create a new workspace in Typeform. Use when organizing forms into separate workspaces for teams or projects.
Parámetros de entrada
namestringObligatorioThe name of the workspace to create
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete FormTYPEFORM_DELETE_FORMAcciónTool to permanently delete a Typeform and all of its responses. Use when you need to remove a form completely from the account.
TYPEFORM_DELETE_FORMAcciónTool to permanently delete a Typeform and all of its responses. Use when you need to remove a form completely from the account.
Parámetros de entrada
form_idstringObligatorioUnique form identifier found in the form URL
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ImageTYPEFORM_DELETE_IMAGEAcciónTool 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_IMAGEAcciónTool 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).
Parámetros de entrada
image_idstringObligatorioThe unique identifier for the image to remove
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ResponsesTYPEFORM_DELETE_RESPONSESAcciónTool 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.
TYPEFORM_DELETE_RESPONSESAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier
included_response_idsstringObligatorioComma-separated list of response IDs to delete (max 1000 IDs). Example: 'id1,id2,id3'
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ThemeTYPEFORM_DELETE_THEMEAcciónTool to delete a theme from your Typeform account. Use when you need to permanently remove a theme. This operation cannot be undone.
TYPEFORM_DELETE_THEMEAcciónTool to delete a theme from your Typeform account. Use when you need to permanently remove a theme. This operation cannot be undone.
Parámetros de entrada
theme_idstringObligatorioUnique theme identifier to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookTYPEFORM_DELETE_WEBHOOKAcciónTool 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.
TYPEFORM_DELETE_WEBHOOKAcciónTool 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.
Parámetros de entrada
tagstringObligatorioUnique webhook name to delete
form_idstringObligatorioUnique form identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WorkspaceTYPEFORM_DELETE_WORKSPACEAcciónTool 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).
TYPEFORM_DELETE_WORKSPACEAcciónTool 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).
Parámetros de entrada
workspace_idstringObligatorioUnique workspace identifier. Note: Default 'My Workspace' cannot be deleted, and workspaces containing forms cannot be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get About MeTYPEFORM_GET_ABOUT_MEAcciónGet information about the owner account in Typeform.
TYPEFORM_GET_ABOUT_MEAcciónGet information about the owner account in Typeform.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Response FilesTYPEFORM_GET_ALL_RESPONSE_FILESAcciónTool 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_FILESAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique identifier of the form to download response files for
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Background By SizeTYPEFORM_GET_BACKGROUND_BY_SIZEAcciónTool 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.
TYPEFORM_GET_BACKGROUND_BY_SIZEAcciónTool 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.
Parámetros de entrada
sizestringObligatorioenumDimension preset for the background image. default: scaled to fit 1680x1050px, tablet: scaled to fit 1024x768px, mobile: scaled to fit 460x320px, thumbnail: scaled to fit 80x50px
defaulttabletmobilethumbnailimage_idstringObligatorioUnique identifier for the image resource
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Choice Image By SizeTYPEFORM_GET_CHOICE_IMAGE_BY_SIZEAcciónTool 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_SIZEAcciónTool 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.
Parámetros de entrada
sizestringObligatorioenumImage size to retrieve. Options: 'default' (scaled to fit 230x230px), 'thumbnail' (cropped to 80x80px), 'supersize' (cropped to 310x233px), 'supermobile' (cropped to 238x164px), 'supersizefit' (scaled to fit 310x233px)
defaultthumbnailsupersizesupermobilesupersizefitimage_idstringObligatorioUnique ID for the image to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get FormTYPEFORM_GET_FORMAcciónTool 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_FORMAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier found in the form URL
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form MessagesTYPEFORM_GET_FORM_MESSAGESAcciónTool 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_MESSAGESAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier found in the form URL
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form ResponsesTYPEFORM_GET_FORM_RESPONSESAcciónTool 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.
TYPEFORM_GET_FORM_RESPONSESAcciónTool 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.
Parámetros de entrada
sortanySort format: {fieldID},{asc|desc}. Example: 'field_123,asc'
afteranyPagination token for responses after this point
queryanySearch string matched against all response fields
sinceanyFilter responses from timestamp (ISO 8601 format like '2023-01-01T00:00:00Z' or Unix seconds)
untilanyFilter responses until timestamp (ISO 8601 format like '2023-12-31T23:59:59Z' or Unix seconds)
beforeanyPagination token for responses before this point
fieldsanyLimit displayed fields in answers section. Provide field IDs.
form_idstringObligatorioUnique form identifier
page_sizeanyMaximum responses per request (default: 25, max: 1000)
response_typeanyFilter by type: 'started', 'partial', or 'completed'. Can specify multiple values.
answered_fieldsanyFilter responses containing specified field IDs
excluded_response_idsanyComma-separated response IDs to exclude
included_response_idsanyComma-separated response IDs to include
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Image By SizeTYPEFORM_GET_IMAGE_BY_SIZEAcciónTool 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).
TYPEFORM_GET_IMAGE_BY_SIZEAcciónTool 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).
Parámetros de entrada
sizestringObligatorioenumThe desired image dimension. Options: 'default' (800px width), 'mobile' (460px width), or 'thumbnail' (80px×50px cropped)
defaultmobilethumbnailimage_idstringObligatorioUnique identifier for the image to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ThemeTYPEFORM_GET_THEMEAcciónTool 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_THEMEAcciónTool 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.
Parámetros de entrada
theme_idstringObligatorioUnique ID for the theme
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WebhookTYPEFORM_GET_WEBHOOKAcciónTool 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_WEBHOOKAcciónTool 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.
Parámetros de entrada
tagstringObligatorioUnique name assigned to the webhook
form_idstringObligatorioUnique form identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WorkspaceTYPEFORM_GET_WORKSPACEAcciónTool 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_WORKSPACEAcciónTool 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.
Parámetros de entrada
workspace_idstringObligatorioUnique identifier for the workspace to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FormsTYPEFORM_LIST_FORMSAcciónTool 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.
TYPEFORM_LIST_FORMSAcciónTool 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.
Parámetros de entrada
pageanyPage number for pagination (default: 1)
searchanyFilters results containing the specified string in form titles or descriptions
sort_byanyField to sort results by: 'created_at' for creation date or 'last_updated_at' for last modification date
order_byanySort order: 'asc' for ascending or 'desc' for descending
page_sizeanyNumber of results per page (default: 10, maximum: 200)
workspace_idanyFilter forms by workspace ID to retrieve forms from a specific workspace
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ImagesTYPEFORM_LIST_IMAGESAcciónTool to retrieve all images in your Typeform account in reverse-chronological order. Use when you need to list or browse available images.
TYPEFORM_LIST_IMAGESAcciónTool to retrieve all images in your Typeform account in reverse-chronological order. Use when you need to list or browse available images.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Typeform ThemesTYPEFORM_LIST_THEMESAcciónTool 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.
TYPEFORM_LIST_THEMESAcciónTool 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.
Parámetros de entrada
pageanyPage number to retrieve (default: 1)
page_sizeanyNumber of results per page, maximum 200 (default: 10)
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Form WebhooksTYPEFORM_LIST_WEBHOOKSAcciónTool 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_WEBHOOKSAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier for which to retrieve webhooks
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WorkspacesTYPEFORM_LIST_WORKSPACESAcciónTool 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_WORKSPACESAcciónTool 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.
Parámetros de entrada
pageanyPage number for pagination. Default is 1.
searchanySearch term to filter workspaces by name. Only workspaces matching this search term will be returned.
page_sizeanyNumber of items per page. Default is 10, maximum is 200.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Patch FormTYPEFORM_PATCH_FORMAcciónTool 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.
TYPEFORM_PATCH_FORMAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier found in the form URL
operationsobject[]ObligatorioList of JSON Patch operations to apply to the form. Each operation specifies an action (add/remove/replace), a path to the field, and optionally a value
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Theme (Partial)TYPEFORM_PATCH_THEMEAcciónTool 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.
TYPEFORM_PATCH_THEMEAcciónTool 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.
Parámetros de entrada
fontanyFont family for the theme. Must be a valid Typeform font option.
nameanyName for the theme
colorsanyColors configuration. If provided, all color fields (answer, background, button, question) are required.
fieldsanyFields configuration with alignment and font_size properties
screensanyScreens configuration with alignment and font_size properties
theme_idstringObligatorioUnique ID for the theme to update
backgroundanyBackground configuration with brightness, href, and layout properties
rounded_cornersanyRounded corners setting for the theme
has_transparent_buttonanyWhether the button should be transparent
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update FormTYPEFORM_UPDATE_FORMAcciónTool 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.
TYPEFORM_UPDATE_FORMAcciónTool 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.
Parámetros de entrada
typeanyForm type category such as 'quiz', 'classification', 'score', 'branching', etc.
logicanyArray of logic jump objects for conditional branching. Each contains: type (field), ref (field reference), and actions (array with action, condition, and details).
themeanyTheme object containing 'href' field with theme URL to apply design styling to the form.
titleanyThe form's title/name
fieldsanyArray of form field objects defining questions and inputs. Each field must have: ref (unique reference), title (question text), type (field type like short_text, email, multiple_choice, etc.), properties (field-specific config), and optionally validations and attachments. Include all existing fields with their original 'id' values to preserve them.
hiddenanyArray of hidden field variable names for passing data via URL parameters.
form_idstringObligatorioUnique form identifier to update
settingsanyForm settings object including language, is_public, progress_bar, show_progress_bar, show_typeform_branding, autosave_progress, hide_navigation, captcha, redirect_after_submit_url, meta (with allow_indexing, description, image), and tracking properties.
variablesanyVariables object for tracking score, price, or enrichment calculations.
workspaceanyWorkspace object containing 'href' field with workspace URL. If not specified, form remains in current workspace.
welcome_screensanyArray of welcome screen objects shown before the form. Each contains: ref, title, properties, and optionally attachment.
thankyou_screensanyArray of thank you screen objects shown after form completion. Each contains: ref, title, type, properties (show_button, share_icons, button_mode, button_text), and optionally attachment.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Form MessagesTYPEFORM_UPDATE_FORM_MESSAGESAcciónTool 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_MESSAGESAcciónTool 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier
label_button_submitanyText for the submit button (max 100 characters). This is the final button to submit the form.
label_error_requiredanyError message shown when a required field is empty (max 64 characters).
label_buttonHint_defaultanyTooltip text for the continue button (max 28 characters). Use this to provide hints about the button's function.
block_shortText_placeholderanyPlaceholder text for short text input fields (max 100 characters).
label_buttonNoAnswer_defaultanyText for the 'Continue without answering' button (max 100 characters). Shown when a question is optional.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ThemeTYPEFORM_UPDATE_THEMEAcciónTool 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.
TYPEFORM_UPDATE_THEMEAcciónTool 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.
Parámetros de entrada
fontstringObligatorioFont family for the theme (required for PUT requests)
namestringObligatorioUpdated theme name
colorsobjectObligatorioUpdated color palette with question, answer, button, and background colors
fieldsanyField-specific settings like alignment and font size
screensanyScreen-specific settings like alignment and font size
theme_idstringObligatorioUnique identifier for the theme to update
backgroundanyBackground settings including brightness, image URL, and layout
rounded_cornersanyBorder radius style: none, small, or large
has_transparent_buttonanyWhether buttons should be transparent
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WorkspaceTYPEFORM_UPDATE_WORKSPACEAcciónTool 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_WORKSPACEAcciónTool 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.
Parámetros de entrada
operationsobject[]ObligatorioList of patch operations to apply to the workspace. Each operation modifies a specific property.
workspace_idstringObligatorioUnique workspace identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload VideoTYPEFORM_UPLOAD_VIDEOAcciónInitiate 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.
TYPEFORM_UPLOAD_VIDEOAcciónInitiate 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.
Parámetros de entrada
form_idstringObligatorioUnique form identifier where the video will be attached
field_idstringObligatorioField ID where the video media belongs within the form
languagestringObligatorioISO 639-1 format language code for automatic transcription (e.g., 'en' for English, 'es' for Spanish)
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Triggers (1)
Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).
New Form ResponseTYPEFORM_NEW_RESPONSETriggerTriggers when a respondent completes and submits the form.
TYPEFORM_NEW_RESPONSETriggerTriggers when a respondent completes and submits the form.
Configuración
form_idstringObligatorioTypeform form ID — the alphanumeric identifier from the form's public URL. For `https://form.typeform.com/to/x2DfMTz9` the form ID is `x2DfMTz9`.
Payload del evento
event_idstringObligatorioProvider event identifier (ULID). Treat as opaque; safe to dedup on alongside `form_response.token`.
event_typestringObligatorioEvent type — always `form_response` for this trigger.
form_responseobjectObligatorioThe form submission payload from Typeform. Top-level keys include `form_id`, `token`, `landed_at`, `submitted_at`, `definition`, `answers`, and (when the form uses them) `hidden`, `variables`, `calculated`. See Typeform's webhook documentation for the per-field-type answer shapes.