You can wire the Typeform node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Typeform under Credentials in the node settings. See Connecting credentials for the general flow.OAuth
Sign in with your Typeform account when prompted; no keys to copy. NoClick requests the following permissions:accounts:readforms:readforms:writeimages:readimages:writethemes:readthemes:writeresponses:readresponses:writewebhooks:readwebhooks:writeworkspaces:readworkspaces:write
Personal access token
Enter the values manually when creating the credential. Get your credentials here.Operations
Audio and video master
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Generated Audio Master | get_generated_audio_master | Get generated audio master file | |
| Get Generated Video Master | get_generated_video_master | Get generated video master file | |
| Request Audio Master Generation | request_audio_master_generation | Request generation of audio master file | |
| Request Video Master Generation | request_video_master_generation | Request generation of video master file |
Form
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Auto Translate Form to Language | auto_translate_form_to_language | Auto-translate a form to a target language | |
| Create Form | create_form | Create a new form | |
| Create Form Translation | create_form_translation | Create or update a translation for a form | |
| Delete Form | delete_form | Delete a form | |
| Delete Form Translation | delete_form_translation | Delete a translation for a form | |
| Get Form | get_form | Retrieve a specific form by ID | |
| Get Form Custom Messages | get_form_custom_messages | Retrieve custom messages for a form | |
| Get Form Translation | get_form_translation | Get a specific translation for a form | |
| Get Form Translation Statuses | get_form_translation_statuses | Get translation statuses for a form | |
| List Forms | list_forms | List all forms in your account | |
| Update Form | update_form | Update an existing form | |
| Update Form Custom Messages | update_form_custom_messages | Update custom messages for a form | |
| Update Form Translation | update_form_translation | Update a translation for a form |
Form insights
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Form Insights | get_form_insights | Retrieve insights for a form |
Form response
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Delete Form Responses | delete_form_responses | Delete responses from a form | |
| Download Response Files | download_response_files | Download all files uploaded in form responses | |
| Get Form Responses | get_form_responses | Retrieve responses for a form | |
| Get Response File | get_response_file | Get a specific file from a response |
Image
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Delete Image | delete_image | Delete an image | |
| Get Image | get_image | Retrieve a specific image by ID | |
| List Images | list_images | List all images in your account | |
| Upload Image | upload_image | Upload a new image |
Theme
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Theme | create_theme | Create a new theme | |
| Delete Theme | delete_theme | Delete a theme | |
| Get Theme | get_theme | Retrieve a specific theme by ID | |
| List Themes | list_themes | List all themes in your account | |
| Update Theme | update_theme | Update an existing theme |
Video
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Upload Video | upload_video | Upload a video file |
Webhook
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Form Webhook | create_form_webhook | Create or update a webhook for a form | |
| Delete Form Webhook | delete_form_webhook | Delete a webhook | |
| Get Form Webhook | get_form_webhook | Get a specific webhook | |
| List Form Webhooks | list_form_webhooks | List all webhooks for a form | |
| Update Form Webhook | update_form_webhook | Update a webhook |
Workspace
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Account Workspace | create_account_workspace | Create a new account workspace | |
| Create Workspace | create_workspace | Create a new workspace | |
| Delete Workspace | delete_workspace | Delete a workspace | |
| Get Workspace | get_workspace | Retrieve a specific workspace by ID | |
| List Account Workspaces | list_account_workspaces | List all account workspaces (organization level) | |
| List Workspaces | list_workspaces | List all workspaces in your account | |
| Update Workspace | update_workspace | Update an existing workspace |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On New Form Response | on_new_form_response | Trigger: fires when a new response is submitted to a Typeform form. | Yes |