Skip to main content

Typeform

Typeform integration for form and survey management. Provides creating, listing, getting, and deleting forms, as well as listing and deleting responses. Uses personal access token authentication via Connect/Disconnect pattern with shared client session.

NamespaceRobomotion.Typeform
Version1.1.0
CategoryForms & Survey
Nodes9

Nodes

NodeDescription
ConnectOpens a connection to Typeform and returns a Client ID.
DisconnectCloses a Typeform connection.
List FormsLists forms in Typeform.
Get FormGets a form in Typeform.
Create FormCreates a form in Typeform.
Delete FormDeletes a form in Typeform.
List ResponsesLists responses in Typeform.
Delete ResponsesDeletes responses in Typeform.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

8 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, List Forms, Get Form, Create Form, Delete Form, List Responses, Delete Responses.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.