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.
| Namespace | Robomotion.Typeform |
| Version | 1.1.0 |
| Category | Forms & Survey |
| Nodes | 9 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Typeform and returns a Client ID. |
| Disconnect | Closes a Typeform connection. |
| List Forms | Lists forms in Typeform. |
| Get Form | Gets a form in Typeform. |
| Create Form | Creates a form in Typeform. |
| Delete Form | Deletes a form in Typeform. |
| List Responses | Lists responses in Typeform. |
| Delete Responses | Deletes responses in Typeform. |
| Toolkit | Exposes 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.
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.