HeliosHELIOS DOCS

Typeform

The Typeform integration lets Helios agents create forms, manage surveys, collect responses, and work with Typeform's platform directly.

What your agents can do

Helios agents don't work from a preset list of actions. They semantically search the entire Typeform API and call any endpoint directly, with authentication handled server-side. Anything you can do in Typeform, an agent can do on your behalf.

  • Create and update forms and surveys
  • Retrieve responses and summarize them into Slack or Notion
  • Manage workspaces and themes
  • Upload images for use in forms
  • List and inspect forms across your account
  • Configure form settings programmatically

Authentication

MethodTypeDescription
Helios Typeform App (Recommended)OAuth 2.0Seamless setup with automated token management
Personal Access TokenToken-basedSimple token-based authentication
BYO Typeform AppOAuth 2.0Custom OAuth app for advanced control

The Helios Typeform App connects through a standard OAuth redirect flow and is the recommended way to connect. Choose it in Helios, authorize access to your Typeform account, and Helios handles token management for you.

The app requests these scopes: accounts:read forms:write images:write themes:write responses:write webhooks:write workspaces:write offline.

Personal Access Token

Connect Typeform with a Personal Access Token if you already have one. Generate a token in your Typeform account under Settings → Personal tokens, then paste it into Helios and save your integration.

BYO Typeform App

Bring your own Typeform OAuth application for advanced control over scopes and branding. You supply the client ID, client secret, access token, and refresh token.

Triggers

Typeform does not currently emit event triggers into Helios. Use it from Chat, or from a Workflow driven by a schedule, webhook, or manual run.

Last updated on