Open Connector
所有 Tools

Google Business Profile Notifications

Read and update notification settings for Google Business Profile accounts.

google-business-profile-notificationsv1.0.02 个 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_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 目录

可用 Tools

2 个可调用操作

Mybusinessnotifications Accounts GetNotificationSettingGOOGLE_BUSINESS_PROFILE_NOTIFICATIONS_MYBUSINESSNOTIFICATIONS_ACCOUNTS_GET_NOTIFICATION_SETTINGReturns the pubsub notification settings for the account.

Returns the pubsub notification settings for the account.

认证

需要 Connected Account

Scopes

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

Tags

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_types

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

认证

需要 Connected Account

Scopes

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

Tags

accounts