Skip to main content
The Google Business Profile node adds Google Business Profile operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.
You can wire the Google Business Profile node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Google Business Profile under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Business Profile account when prompted; no keys to copy. Google Business Profile API requires your own Google Cloud project. Create an OAuth 2.0 Web Application client at console.cloud.google.com → APIs & Services → Credentials, enable the My Business Account Management API and My Business Business Information API, then add this app’s callback URL as an Authorised Redirect URI. Get your credentials here. NoClick requests the following permissions:
  • https://www.googleapis.com/auth/business.manage

Operations

Analytics

OperationIDDescription
Fetch Location Performance Metricsfetch_location_performance_metricsGet daily performance metrics for a location over a date range.
Fetch Location Search Keywordsfetch_location_search_keywordsGet search keywords that led customers to discover the business profile.

Local posts

OperationIDDescription
Create Local Postcreate_local_postCreate a new local post (Standard, Event, Offer, or Alert).
Delete Local Postdelete_local_postDelete a local post.
Get Local Postget_local_postGet a single local post.
Get Local Post Insightsget_local_post_insightsGet view and click insights for one or more local posts.
List Local Postslist_local_postsList local posts for a location.
Update Local Postupdate_local_postUpdate an existing local post.

Location

OperationIDDescription
Get Locationget_locationGet full details for a single location.
Get Location Attributesget_location_attributesGet all attributes (amenities, accessibility, payments, etc.) for a location.
List Business Profile Locationslist_business_profile_locationsList all locations/businesses for a Google Business Profile account.
Update Locationupdate_locationUpdate a location’s core fields (name, phone, website, description).
Update Location Attributesupdate_location_attributesUpdate location attributes (e.g. wheelchair access, Wi-Fi, payment methods).

Media

OperationIDDescription
Delete Media Itemdelete_mediaDelete a media item from a location.
Get Media Itemget_mediaGet a single media item.
List Customer Medialist_customer_mediaList customer-contributed photos for a location.
List Medialist_mediaList media items (photos/videos) for a location.
Upload Mediacreate_mediaUpload a photo or video to a location via public URL.

Place actions

OperationIDDescription
Create Place Action Linkcreate_place_action_linkCreate a new booking/reservation/ordering link for a location.
Delete Place Action Linkdelete_place_action_linkDelete a place action link.
List Place Action Linkslist_place_action_linksList booking/reservation/ordering links for a location.
Update Place Action Linkupdate_place_action_linkUpdate an existing place action link.

Reviews

OperationIDDescription
Delete Review Replydelete_review_replyDelete the owner reply from a review.
Get Reviewget_reviewGet a single review by its resource name.
List Location Reviewslist_location_reviewsList reviews for a specific location.
Reply to Reviewreply_to_reviewCreate or update the owner reply to a review.