Typeform
Catalog 暂无描述。
typeformv1.0.011 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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 目录
可用 Tools
11 个可调用操作
Create Typeform formTYPEFORM_CREATE_FORMCreates a new Typeform form from a JSON form definition.需要连接1 scope
Creates a new Typeform form from a JSON form definition.
认证
需要 Connected AccountScopes
forms:writeTags
formswrite
Delete Typeform formTYPEFORM_DELETE_FORMDeletes a Typeform form by ID.需要连接1 scope
Deletes a Typeform form by ID.
认证
需要 Connected AccountScopes
forms:writeTags
formsdelete
Delete Typeform webhookTYPEFORM_DELETE_WEBHOOKDeletes a Typeform webhook by tag.需要连接1 scope
Deletes a Typeform webhook by tag.
认证
需要 Connected AccountScopes
webhooks:writeTags
webhooksdelete
Get Typeform formTYPEFORM_GET_FORMGets a Typeform form definition by ID.需要连接1 scope
Gets a Typeform form definition by ID.
认证
需要 Connected AccountScopes
forms:readTags
formsread
Get Typeform accountTYPEFORM_GET_MEGets the authenticated Typeform account profile.需要连接1 scope
Gets the authenticated Typeform account profile.
认证
需要 Connected AccountScopes
accounts:readTags
accountread
Get Typeform webhookTYPEFORM_GET_WEBHOOKGets a specific Typeform webhook by tag.需要连接1 scope
Gets a specific Typeform webhook by tag.
认证
需要 Connected AccountScopes
webhooks:readTags
webhooksread
List Typeform responsesTYPEFORM_LIST_FORM_RESPONSESRetrieves submitted responses for a Typeform form.需要连接1 scope
Retrieves submitted responses for a Typeform form.
认证
需要 Connected AccountScopes
responses:readTags
responsesread
List Typeform formsTYPEFORM_LIST_FORMSLists forms available to the authenticated account.需要连接1 scope
Lists forms available to the authenticated account.
认证
需要 Connected AccountScopes
forms:readTags
formsread
List Typeform webhooksTYPEFORM_LIST_WEBHOOKSLists configured webhooks for a Typeform form.需要连接1 scope
Lists configured webhooks for a Typeform form.
认证
需要 Connected AccountScopes
webhooks:readTags
webhooksread
Update Typeform formTYPEFORM_UPDATE_FORMUpdates a Typeform form definition.需要连接1 scope
Updates a Typeform form definition.
认证
需要 Connected AccountScopes
forms:writeTags
formswrite
Create or update Typeform webhookTYPEFORM_UPSERT_WEBHOOKCreates or updates a Typeform webhook target for form submissions.需要连接1 scope
Creates or updates a Typeform webhook target for form submissions.
认证
需要 Connected AccountScopes
webhooks:writeTags
webhookswrite