Open Connector
所有 Tools

Google Business Profile Q&A

Manage questions and answers on Google Business Profile locations for local SEO and customer engagement workflows.

google-business-profile-qandav1.0.07 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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.

Deletes the answer written by the current user to a question.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessqanda Locations Questions Answers ListGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_ANSWERS_LISTReturns the paginated list of answers for a specified question.

Returns the paginated list of answers for a specified question.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
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.

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 Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessqanda Locations Questions CreateGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_CREATEAdds a question for the specified location.

Adds a question for the specified location.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessqanda Locations Questions DeleteGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_DELETEDeletes a specific question written by the current user.

Deletes a specific question written by the current user.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
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.

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 Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessqanda Locations Questions PatchGOOGLE_BUSINESS_PROFILE_QANDA_MYBUSINESSQANDA_LOCATIONS_QUESTIONS_PATCHUpdates a specific question written by the current user.

Updates a specific question written by the current user.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations