Hello,
I'm currently working on setting up a webhook or some form of notification within my Google Business Account. The goal is to detect when someone adds a new review or submits a question.
To accomplish this, I've been following the official documentation provided by Google at https://developers.google.com/my-business/content/notification-setup.
Here's what I've done so far:
- The Google My Business API has been approved and is fully active.
- I've created a Topic and granted permissions to both "mybusiness-api-pubsub@system.gserviceaccount.com" and "service-MY_PROJECT_ID@gcp-sa-pubsub.iam.gserviceaccount.com" for the "Pub/Sub Publisher" role.
- A Subscriber has been created and connected to the correct topic.
- I've double-checked the Notification channels in the Cloud Console and ensured that Pub/Sub is set up correctly. After sending a test notification, I successfully received a hit on my endpoint, confirming that this part was functioning properly.


However, I'm currently experiencing difficulty in triggering events from the following actions:
- NEW_REVIEW
- GOOGLE_UPDATE
- NEW_QUESTION
- UPDATED_QUESTION
- NEW_ANSWER
- UPDATED_ANSWER

Any assistance in resolving this issue would be greatly appreciated.