Google Business Profile Place Actions
Manage place action links and metadata for Google Business Profile locations.
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: "GOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_CREATE", 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_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_CREATE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_CREATE --data '{ }'Tool catalog
Available tools
6 callable operations
Mybusinessplaceactions Locations PlaceActionLinks CreateGOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_CREATECreates a place action link associated with the specified location, and returns it. The request is considered duplicate if the `parent`, `place_action_link.uri` and `place_action_link.place_action_type` are the same as a previous request.Connection1 scope
Creates a place action link associated with the specified location, and returns it. The request is considered duplicate if the `parent`, `place_action_link.uri` and `place_action_link.place_action_type` are the same as a previous request.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessplaceactions Locations PlaceActionLinks DeleteGOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_DELETEDeletes a place action link from the specified location.Connection1 scope
Deletes a place action link from the specified location.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessplaceactions Locations PlaceActionLinks GetGOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_GETGets the specified place action link.Connection1 scope
Gets the specified place action link.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessplaceactions Locations PlaceActionLinks ListGOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_LISTLists the place action links for the specified location.Connection1 scope
Lists the place action links for the specified location.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessplaceactions Locations PlaceActionLinks PatchGOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_LOCATIONS_PLACE_ACTION_LINKS_PATCHUpdates the specified place action link and returns it.Connection1 scope
Updates the specified place action link and returns it.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
Mybusinessplaceactions PlaceActionTypeMetadata ListGOOGLE_BUSINESS_PROFILE_PLACE_ACTIONS_MYBUSINESSPLACEACTIONS_PLACE_ACTION_TYPE_METADATA_LISTReturns the list of available place action types for a location or country.Connection1 scope
Returns the list of available place action types for a location or country.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags