Open Connector
All 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

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

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: "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 catalog

Available tools

7 callable operations

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Scopes

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

Tags

locations