Typeform
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "TYPEFORM_CREATE_FORM", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TYPEFORM_CREATE_FORM", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TYPEFORM_CREATE_FORM --data '{ }'Tool catalog
Available tools
11 callable operations
Create Typeform formTYPEFORM_CREATE_FORMCreates a new Typeform form from a JSON form definition.Connection1 scope
Creates a new Typeform form from a JSON form definition.
Authentication
Connected account requiredScopes
forms:writeTags
Delete Typeform formTYPEFORM_DELETE_FORMDeletes a Typeform form by ID.Connection1 scope
Deletes a Typeform form by ID.
Authentication
Connected account requiredScopes
forms:writeTags
Delete Typeform webhookTYPEFORM_DELETE_WEBHOOKDeletes a Typeform webhook by tag.Connection1 scope
Deletes a Typeform webhook by tag.
Authentication
Connected account requiredScopes
webhooks:writeTags
Get Typeform formTYPEFORM_GET_FORMGets a Typeform form definition by ID.Connection1 scope
Gets a Typeform form definition by ID.
Authentication
Connected account requiredScopes
forms:readTags
Get Typeform accountTYPEFORM_GET_MEGets the authenticated Typeform account profile.Connection1 scope
Gets the authenticated Typeform account profile.
Authentication
Connected account requiredScopes
accounts:readTags
Get Typeform webhookTYPEFORM_GET_WEBHOOKGets a specific Typeform webhook by tag.Connection1 scope
Gets a specific Typeform webhook by tag.
Authentication
Connected account requiredScopes
webhooks:readTags
List Typeform responsesTYPEFORM_LIST_FORM_RESPONSESRetrieves submitted responses for a Typeform form.Connection1 scope
Retrieves submitted responses for a Typeform form.
Authentication
Connected account requiredScopes
responses:readTags
List Typeform formsTYPEFORM_LIST_FORMSLists forms available to the authenticated account.Connection1 scope
Lists forms available to the authenticated account.
Authentication
Connected account requiredScopes
forms:readTags
List Typeform webhooksTYPEFORM_LIST_WEBHOOKSLists configured webhooks for a Typeform form.Connection1 scope
Lists configured webhooks for a Typeform form.
Authentication
Connected account requiredScopes
webhooks:readTags
Update Typeform formTYPEFORM_UPDATE_FORMUpdates a Typeform form definition.Connection1 scope
Updates a Typeform form definition.
Authentication
Connected account requiredScopes
forms:writeTags
Create or update Typeform webhookTYPEFORM_UPSERT_WEBHOOKCreates or updates a Typeform webhook target for form submissions.Connection1 scope
Creates or updates a Typeform webhook target for form submissions.
Authentication
Connected account requiredScopes
webhooks:writeTags