Google Business Profile Q&A
Manage questions and answers on Google Business Profile locations for local SEO and customer engagement workflows.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "GOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_DELETE", 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("GOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_DELETE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_DELETE --data '{ }'Tool 目录
可用 Tools
7 个可调用操作
Mybusinessqanda Locations Questions Answers DeleteGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_DELETEDeletes the answer written by the current user to a question.需要连接1 scope
Deletes the answer written by the current user to a question.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessqanda Locations Questions Answers ListGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_LISTReturns the paginated list of answers for a specified question.需要连接1 scope
Returns the paginated list of answers for a specified question.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessqanda Locations Questions Answers UpsertGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_UPSERTCreates an answer or updates the existing answer written by the user for the specified question. A user can only create one answer per question.需要连接1 scope
Creates an answer or updates the existing answer written by the user for the specified question. A user can only create one answer per question.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessqanda Locations Questions CreateGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_CREATEAdds a question for the specified location.需要连接1 scope
Adds a question for the specified location.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessqanda Locations Questions DeleteGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_DELETEDeletes a specific question written by the current user.需要连接1 scope
Deletes a specific question written by the current user.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessqanda Locations Questions ListGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_LISTReturns the paginated list of questions and some of its answers for a specified location. This operation is only valid if the specified location is verified.需要连接1 scope
Returns the paginated list of questions and some of its answers for a specified location. This operation is only valid if the specified location is verified.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessqanda Locations Questions PatchGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_PATCHUpdates a specific question written by the current user.需要连接1 scope
Updates a specific question written by the current user.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/business.manageTags