NAiOS IconNAiOS Logo
Volver al catálogo

Typeform

typeform

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

Acciones
35
Triggers
1
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • namestringObligatorio

    Name of the new workspace to create

  • account_idstringObligatorio

    The ULID format identifier for the account where the workspace will be created

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create FormTYPEFORM_CREATE_FORMAcción

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.

Parámetros de entrada

  • typeany

    Form type (quiz, classification, score, branching, etc.)

  • logicany

    Conditional logic jumps and variable calculations

  • themeany

    Design theme reference for the form

  • titlestringObligatorio

    Form title

  • fieldsany

    Array of field definitions for the form questions

  • settingsany

    Form settings including language, privacy, progress bar

  • workspaceany

    Destination workspace for the form

  • welcome_screensany

    Introductory content screens shown before form fields

  • thankyou_screensany

    Completion screens shown after form submission

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ImageTYPEFORM_CREATE_IMAGEAcción

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.

Parámetros de entrada

  • urlany

    Direct link to an existing image online. Either 'image' or 'url' must be provided.

  • imageany

    Base64 code for the image (exclude data:image descriptors). Either 'image' or 'url' must be provided.

  • file_namestringObligatorio

    The name assigned to your image file

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create or Update WebhookTYPEFORM_CREATE_OR_UPDATE_WEBHOOKAcción

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.

Parámetros de entrada

  • tagstringObligatorio

    Unique webhook name you assign to identify this webhook

  • urlstringObligatorio

    Webhook destination URL where form responses will be sent

  • secretany

    HMAC SHA256 signing key for payload verification. Use this to verify webhook authenticity

  • enabledboolean

    Whether to send responses immediately. Set to true to enable the webhook, false to disable it

  • form_idstringObligatorio

    Unique identifier for the form

  • verify_sslany

    Whether to verify SSL certificates during webhook delivery. Set to false if using self-signed certificates

  • event_typesany

    Event types that trigger the webhook (e.g., {'form_response_partial': True}). If not specified, defaults to form_response

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ThemeTYPEFORM_CREATE_THEMEAcción

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.

Parámetros de entrada

  • fontstringObligatorio

    Font choice from predefined Typeform options (e.g., 'Karla', 'Arial', 'Georgia'). This field is required by the API.

  • nameany

    Name of the theme

  • colorsobjectObligatorio

    Color configuration with answer, background, button, and question hex values. All color fields are required.

  • fieldsobjectObligatorio

    Field alignment (left/center) and font_size (small/medium/large). Both fields are required.

  • backgroundany

    Background image configuration including href, brightness, and layout

  • rounded_cornersany

    Border radius setting. Must be 'none', 'small', or 'large'

  • has_transparent_buttonany

    Whether the button should be transparent

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WorkspaceTYPEFORM_CREATE_WORKSPACEAcción

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

Parámetros de entrada

  • namestringObligatorio

    The name of the workspace to create

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete FormTYPEFORM_DELETE_FORMAcción

Tool 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_idstringObligatorio

    Unique form identifier found in the form URL

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ImageTYPEFORM_DELETE_IMAGEAcción

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).

Parámetros de entrada

  • image_idstringObligatorio

    The unique identifier for the image to remove

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ResponsesTYPEFORM_DELETE_RESPONSESAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier

  • included_response_idsstringObligatorio

    Comma-separated list of response IDs to delete (max 1000 IDs). Example: 'id1,id2,id3'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ThemeTYPEFORM_DELETE_THEMEAcción

Tool 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_idstringObligatorio

    Unique theme identifier to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WebhookTYPEFORM_DELETE_WEBHOOKAcción

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.

Parámetros de entrada

  • tagstringObligatorio

    Unique webhook name to delete

  • form_idstringObligatorio

    Unique form identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WorkspaceTYPEFORM_DELETE_WORKSPACEAcción

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).

Parámetros de entrada

  • workspace_idstringObligatorio

    Unique workspace identifier. Note: Default 'My Workspace' cannot be deleted, and workspaces containing forms cannot be deleted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get About MeTYPEFORM_GET_ABOUT_MEAcción

Get information about the owner account in Typeform.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All Response FilesTYPEFORM_GET_ALL_RESPONSE_FILESAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique identifier of the form to download response files for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Background By SizeTYPEFORM_GET_BACKGROUND_BY_SIZEAcción

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.

Parámetros de entrada

  • sizestringObligatorioenum

    Dimension 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

    defaulttabletmobilethumbnail
  • image_idstringObligatorio

    Unique identifier for the image resource

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Choice Image By SizeTYPEFORM_GET_CHOICE_IMAGE_BY_SIZEAcción

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.

Parámetros de entrada

  • sizestringObligatorioenum

    Image 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)

    defaultthumbnailsupersizesupermobilesupersizefit
  • image_idstringObligatorio

    Unique ID for the image to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get FormTYPEFORM_GET_FORMAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier found in the form URL

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Form MessagesTYPEFORM_GET_FORM_MESSAGESAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier found in the form URL

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Form ResponsesTYPEFORM_GET_FORM_RESPONSESAcción

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.

Parámetros de entrada

  • sortany

    Sort format: {fieldID},{asc|desc}. Example: 'field_123,asc'

  • afterany

    Pagination token for responses after this point

  • queryany

    Search string matched against all response fields

  • sinceany

    Filter responses from timestamp (ISO 8601 format like '2023-01-01T00:00:00Z' or Unix seconds)

  • untilany

    Filter responses until timestamp (ISO 8601 format like '2023-12-31T23:59:59Z' or Unix seconds)

  • beforeany

    Pagination token for responses before this point

  • fieldsany

    Limit displayed fields in answers section. Provide field IDs.

  • form_idstringObligatorio

    Unique form identifier

  • page_sizeany

    Maximum responses per request (default: 25, max: 1000)

  • response_typeany

    Filter by type: 'started', 'partial', or 'completed'. Can specify multiple values.

  • answered_fieldsany

    Filter responses containing specified field IDs

  • excluded_response_idsany

    Comma-separated response IDs to exclude

  • included_response_idsany

    Comma-separated response IDs to include

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Image By SizeTYPEFORM_GET_IMAGE_BY_SIZEAcción

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).

Parámetros de entrada

  • sizestringObligatorioenum

    The desired image dimension. Options: 'default' (800px width), 'mobile' (460px width), or 'thumbnail' (80px×50px cropped)

    defaultmobilethumbnail
  • image_idstringObligatorio

    Unique identifier for the image to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ThemeTYPEFORM_GET_THEMEAcción

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.

Parámetros de entrada

  • theme_idstringObligatorio

    Unique ID for the theme

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WebhookTYPEFORM_GET_WEBHOOKAcción

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.

Parámetros de entrada

  • tagstringObligatorio

    Unique name assigned to the webhook

  • form_idstringObligatorio

    Unique form identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WorkspaceTYPEFORM_GET_WORKSPACEAcción

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.

Parámetros de entrada

  • workspace_idstringObligatorio

    Unique identifier for the workspace to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List FormsTYPEFORM_LIST_FORMSAcción

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.

Parámetros de entrada

  • pageany

    Page number for pagination (default: 1)

  • searchany

    Filters results containing the specified string in form titles or descriptions

  • sort_byany

    Field to sort results by: 'created_at' for creation date or 'last_updated_at' for last modification date

  • order_byany

    Sort order: 'asc' for ascending or 'desc' for descending

  • page_sizeany

    Number of results per page (default: 10, maximum: 200)

  • workspace_idany

    Filter forms by workspace ID to retrieve forms from a specific workspace

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ImagesTYPEFORM_LIST_IMAGESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Typeform ThemesTYPEFORM_LIST_THEMESAcción

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.

Parámetros de entrada

  • pageany

    Page number to retrieve (default: 1)

  • page_sizeany

    Number of results per page, maximum 200 (default: 10)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Form WebhooksTYPEFORM_LIST_WEBHOOKSAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier for which to retrieve webhooks

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WorkspacesTYPEFORM_LIST_WORKSPACESAcción

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.

Parámetros de entrada

  • pageany

    Page number for pagination. Default is 1.

  • searchany

    Search term to filter workspaces by name. Only workspaces matching this search term will be returned.

  • page_sizeany

    Number of items per page. Default is 10, maximum is 200.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Patch FormTYPEFORM_PATCH_FORMAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier found in the form URL

  • operationsobject[]Obligatorio

    List 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Theme (Partial)TYPEFORM_PATCH_THEMEAcción

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.

Parámetros de entrada

  • fontany

    Font family for the theme. Must be a valid Typeform font option.

  • nameany

    Name for the theme

  • colorsany

    Colors configuration. If provided, all color fields (answer, background, button, question) are required.

  • fieldsany

    Fields configuration with alignment and font_size properties

  • screensany

    Screens configuration with alignment and font_size properties

  • theme_idstringObligatorio

    Unique ID for the theme to update

  • backgroundany

    Background configuration with brightness, href, and layout properties

  • rounded_cornersany

    Rounded corners setting for the theme

  • has_transparent_buttonany

    Whether the button should be transparent

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update FormTYPEFORM_UPDATE_FORMAcción

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.

Parámetros de entrada

  • typeany

    Form type category such as 'quiz', 'classification', 'score', 'branching', etc.

  • logicany

    Array of logic jump objects for conditional branching. Each contains: type (field), ref (field reference), and actions (array with action, condition, and details).

  • themeany

    Theme object containing 'href' field with theme URL to apply design styling to the form.

  • titleany

    The form's title/name

  • fieldsany

    Array 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.

  • hiddenany

    Array of hidden field variable names for passing data via URL parameters.

  • form_idstringObligatorio

    Unique form identifier to update

  • settingsany

    Form 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.

  • variablesany

    Variables object for tracking score, price, or enrichment calculations.

  • workspaceany

    Workspace object containing 'href' field with workspace URL. If not specified, form remains in current workspace.

  • welcome_screensany

    Array of welcome screen objects shown before the form. Each contains: ref, title, properties, and optionally attachment.

  • thankyou_screensany

    Array 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Form MessagesTYPEFORM_UPDATE_FORM_MESSAGESAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier

  • label_button_submitany

    Text for the submit button (max 100 characters). This is the final button to submit the form.

  • label_error_requiredany

    Error message shown when a required field is empty (max 64 characters).

  • label_buttonHint_defaultany

    Tooltip text for the continue button (max 28 characters). Use this to provide hints about the button's function.

  • block_shortText_placeholderany

    Placeholder text for short text input fields (max 100 characters).

  • label_buttonNoAnswer_defaultany

    Text for the 'Continue without answering' button (max 100 characters). Shown when a question is optional.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update ThemeTYPEFORM_UPDATE_THEMEAcción

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.

Parámetros de entrada

  • fontstringObligatorio

    Font family for the theme (required for PUT requests)

  • namestringObligatorio

    Updated theme name

  • colorsobjectObligatorio

    Updated color palette with question, answer, button, and background colors

  • fieldsany

    Field-specific settings like alignment and font size

  • screensany

    Screen-specific settings like alignment and font size

  • theme_idstringObligatorio

    Unique identifier for the theme to update

  • backgroundany

    Background settings including brightness, image URL, and layout

  • rounded_cornersany

    Border radius style: none, small, or large

  • has_transparent_buttonany

    Whether buttons should be transparent

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update WorkspaceTYPEFORM_UPDATE_WORKSPACEAcción

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.

Parámetros de entrada

  • operationsobject[]Obligatorio

    List of patch operations to apply to the workspace. Each operation modifies a specific property.

  • workspace_idstringObligatorio

    Unique workspace identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload VideoTYPEFORM_UPLOAD_VIDEOAcción

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.

Parámetros de entrada

  • form_idstringObligatorio

    Unique form identifier where the video will be attached

  • field_idstringObligatorio

    Field ID where the video media belongs within the form

  • languagestringObligatorio

    ISO 639-1 format language code for automatic transcription (e.g., 'en' for English, 'es' for Spanish)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether 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_RESPONSETrigger

Triggers when a respondent completes and submits the form.

Configuración

  • form_idstringObligatorio

    Typeform 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_idstringObligatorio

    Provider event identifier (ULID). Treat as opaque; safe to dedup on alongside `form_response.token`.

  • event_typestringObligatorio

    Event type — always `form_response` for this trigger.

  • form_responseobjectObligatorio

    The 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.