Tools
Typeform Interact with Typeform
Copy Link Share Ask AI
Typeform is a user-friendly platform for creating conversational forms, surveys, and quizzes with a focus on engaging user experience.
With Typeform, you can:
Create interactive forms : Design beautiful, conversational forms that engage respondents with a unique one-question-at-a-time interface
Customize your experience : Use conditional logic, hidden fields, and custom themes to create personalized user journeys
Integrate with other tools : Connect with 1000+ apps through native integrations and APIs
Analyze response data : Get actionable insights through comprehensive analytics and reporting tools
In Nuxa, the Typeform integration enables your agents to programmatically interact with your Typeform data as part of their workflows. Agents can retrieve form responses, process submission data, and incorporate user feedback directly into decision-making processes. This integration is particularly valuable for scenarios like lead qualification, customer feedback analysis, and data-driven personalization. By connecting Nuxa with Typeform, you can create intelligent automation workflows that transform form responses into actionable insights - analyzing sentiment, categorizing feedback, generating summaries, and even triggering follow-up actions based on specific response patterns.
Integrate Typeform into the workflow. Can retrieve responses, download files, and get form insights. Can be used in trigger mode to trigger a workflow when a form is submitted. Requires API Key.
Retrieve form responses from Typeform
Parameter Type Required Description formIdstring Yes Typeform form ID apiKeystring Yes Typeform Personal Access Token pageSizenumber No Number of responses to retrieve (default: 25) sincestring No Retrieve responses submitted after this date (ISO 8601 format) untilstring No Retrieve responses submitted before this date (ISO 8601 format) completedstring No Filter by completion status (true/false)
Parameter Type Description total_itemsnumber Total response/form count page_countnumber Total page count itemsjson Response/form items array idstring Form unique identifier titlestring Form title typestring Form type created_atstring ISO timestamp of form creation last_updated_atstring ISO timestamp of last update settingsjson Form settings object themejson Theme configuration object workspacejson Workspace information fieldsjson Form fields/questions array thankyou_screensjson Thank you screens array _linksjson Related resource links deletedboolean Whether the form was successfully deleted messagestring Deletion confirmation message fileUrlstring Downloaded file URL contentTypestring File content type filenamestring File name
Download files uploaded in Typeform responses
Parameter Type Required Description formIdstring Yes Typeform form ID responseIdstring Yes Response ID containing the files fieldIdstring Yes Unique ID of the file upload field filenamestring Yes Filename of the uploaded file inlineboolean No Whether to request the file with inline Content-Disposition apiKeystring Yes Typeform Personal Access Token
Parameter Type Description fileUrlstring Direct download URL for the uploaded file contentTypestring MIME type of the uploaded file filenamestring Original filename of the uploaded file
Retrieve insights and analytics for Typeform forms
Parameter Type Required Description formIdstring Yes Typeform form ID apiKeystring Yes Typeform Personal Access Token
Parameter Type Description fieldsarray Number of users who dropped off at this field
Retrieve a list of all forms in your Typeform account
Parameter Type Required Description apiKeystring Yes Typeform Personal Access Token searchstring No Search query to filter forms by title pagenumber No Page number (default: 1) pageSizenumber No Number of forms per page (default: 10, max: 200) workspaceIdstring No Filter forms by workspace ID
Parameter Type Description total_itemsnumber Total number of forms in the account page_countnumber Total number of pages available itemsarray Array of form objects
Retrieve complete details and structure of a specific form
Parameter Type Required Description apiKeystring Yes Typeform Personal Access Token formIdstring Yes Form unique identifier
Parameter Type Description idstring Form unique identifier titlestring Form title typestring Form type (form, quiz, etc.) created_atstring ISO timestamp of form creation last_updated_atstring ISO timestamp of last update settingsobject Form settings including language, progress bar, etc. themeobject Theme configuration with colors, fonts, and design settings workspaceobject Workspace information
Create a new form with fields and settings
Parameter Type Required Description apiKeystring Yes Typeform Personal Access Token titlestring Yes Form title typestring No Form type (default: "form"). Options: "form", "quiz" workspaceIdstring No Workspace ID to create the form in fieldsjson No Array of field objects defining the form structure. Each field needs: type, title, and optional properties/validations settingsjson No Form settings object (language, progress_bar, etc.) themeIdstring No Theme ID to apply to the form
Parameter Type Description idstring Created form unique identifier titlestring Form title typestring Form type created_atstring ISO timestamp of form creation last_updated_atstring ISO timestamp of last update settingsobject Form settings themeobject Applied theme configuration workspaceobject Workspace information fieldsarray Array of created form fields _linksobject Related resource links
Update an existing form using JSON Patch operations
Parameter Type Required Description apiKeystring Yes Typeform Personal Access Token formIdstring Yes Form unique identifier to update operationsjson Yes Array of JSON Patch operations (RFC 6902). Each operation needs: op (add/remove/replace), path, and value (for add/replace)
Parameter Type Description idstring Updated form unique identifier titlestring Form title typestring Form type created_atstring ISO timestamp of form creation last_updated_atstring ISO timestamp of last update settingsobject Form settings themeobject Theme configuration workspaceobject Workspace information fieldsarray Array of form fields thankyou_screensarray Array of thank you screens _linksobject Related resource links
Permanently delete a form and all its responses
Parameter Type Required Description apiKeystring Yes Typeform Personal Access Token formIdstring Yes Form unique identifier to delete
Parameter Type Description deletedboolean Whether the form was successfully deleted messagestring Deletion confirmation message
Category: tools
Type: typeform