Method: accounts.updateNotifications

  • This documentation describes how to set Pub/Sub notification settings for a Business Profile account using the deprecated Notifications resource.

  • These settings determine which topic receives notifications for new or updated reviews and Google Updates for locations managed by the account.

  • The Notifications resource uses a PUT request and requires specifying the account name in the path parameters.

  • To use this API, you need to include either https://www.googleapis.com/auth/plus.business.manage or https://www.googleapis.com/auth/business.manage in your OAuth scope.

  • It is recommended to use the Notifications API (https://developers.google.com/my-business/reference/notifications/rest/v1/accounts/updateNotificationSetting) instead of this deprecated resource.

Sets the pubsub notification settings for the account informing Business Profile which topic to send pubsub notifications for:

  • New reviews for locations administered by the account.
  • Updated reviews for locations administered by the account.
  • New GoogleUpdates for locations administered by the account.

An account will only have one notification settings resource, and only one pubsub topic can be set.

HTTP request

PUT https://mybusiness.googleapis.com/v4/{name=accounts/*/notifications}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The notification settings resource name.

Request body

The request body contains an instance of Notifications.

Response body

If successful, the response body contains an instance of Notifications.

Authorization Scopes

Requires one of the following OAuth scopes:

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

For more information, see the OAuth 2.0 Overview.