What it does
Google Business Profile reads reviews across the locations a connected Google account manages and lets the business owner reply to them.
Setup
- In Google Cloud Console, enable the Google My Business API, My Business Account Management API, and My Business Business Information API on your project.
- Submit the Business Profile API access request for the project. Without approval,
list_reviewsreturns 403. - Create an OAuth 2.0 Web Client with redirect URI
https://<your-domain>/callback/google_business_profile. - In FlowFn Admin → Platform Tools → Google Business Profile, paste the Client ID, Client secret, and redirect URI.
- Connect from the FlowFn app and authorize with a Google account that manages at least one Business Profile location.
Actions
- List Reviews — paginated, with average rating and total count.
- Get Review — fetches a single review by id.
- Reply to Review — creates or updates the business owner reply (max 4096 chars).
Resource pickers
The Account picker lists managed Business Profile accounts. The Location picker lists locations under the selected account.