Google Business Profile Notifications
Read and update notification settings for Google Business Profile accounts.
google-business-profile-notificationsv1.0.02 tools
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_NOTIFICATIONS_MYBUSINESSNOTIFICATIONS_ACCOUNTS_GET_NOTIFICATION_SETTING", 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_NOTIFICATIONS_MYBUSINESSNOTIFICATIONS_ACCOUNTS_GET_NOTIFICATION_SETTING", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_BUSINESS_PROFILE_NOTIFICATIONS_MYBUSINESSNOTIFICATIONS_ACCOUNTS_GET_NOTIFICATION_SETTING --data '{ }'Tool catalog
Available tools
2 callable operations
Mybusinessnotifications Accounts GetNotificationSettingGOOGLE_BUSINESS_PROFILE_NOTIFICATIONS_MYBUSINESSNOTIFICATIONS_ACCOUNTS_GET_NOTIFICATION_SETTINGReturns the pubsub notification settings for the account.Connection1 scope
Returns the pubsub notification settings for the account.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
accounts
Mybusinessnotifications Accounts UpdateNotificationSettingGOOGLE_BUSINESS_PROFILE_NOTIFICATIONS_MYBUSINESSNOTIFICATIONS_ACCOUNTS_UPDATE_NOTIFICATION_SETTINGSets the pubsub notification setting for the account informing Google which topic to send pubsub notifications for. Use the notification_types field within notification_setting to manipulate the events an account wants to subscribe to. An account will only have one notification setting resource, and only one pubsub topic can be set. To delete the setting, update with an empty notification_typesConnection1 scope
Sets the pubsub notification setting for the account informing Google which topic to send pubsub notifications for. Use the notification_types field within notification_setting to manipulate the events an account wants to subscribe to. An account will only have one notification setting resource, and only one pubsub topic can be set. To delete the setting, update with an empty notification_types
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
accounts