What is your goal?
I want to automatically create Google Business Profile posts (Local Posts / Updates) via Make.
Use case:
Daily lunch menu.
Text + optional image
Triggered by WhatsApp → processed → posted to Google Business Profile
Reading profile data works fine.
Only creating posts fails.
What is the problem & what have you tried?
I am trying to create Google Business Profile posts using the Make.com “Google My Business → Create a Post” module.
The problem
The module consistently fails with a 403 error when attempting to create a post, while reading business profile data works without any issues.
Typical error message:
"[403] Google My Business API has not been used in project XXXXX before or it is disabled.
Enable it by visiting https://console.developers.google.com/apis/api/mybusiness.googleapis.com/overview
"
When I try to go to the given url in the error I get an error from the google page so I can not activate this (maybe legacy) api.
What works
- Retrieving accounts
- Retrieving locations
- Retrieving business profile information
- OAuth connection succeeds
- Correct location and account IDs are returned
What does NOT work
Creating a post (STANDARD or EVENT) using the Create a Post module
The error always references “mybusiness. googleapis .com”
What I have tried
- Enabled all available Google Business Profile related APIs in Google Cloud:
- My Business Business Information API
- My Business Account Management API
- Business Profile Performance API
- My Business Notifications API
- My Business Place Actions API
- Verified OAuth scope: “https:// www. googleapis. com/auth/business.manage”
- Verified that the connected Google account is Owner / Manager of the location
- Reconnected the Google My Business connection in Make
Current assumption
It seems that the Create a Post module still relies on the legacy “mybusiness. googleapis .com” endpoint, which appears to be: deprecated, no longer visible / activatable in the Google Cloud Console UI, or not properly supported anymore.
Because of this, profile data can be read successfully via newer Business Profile APIs, but posting fails consistently.
Any guidance or confirmation from users who recently got this working would be greatly appreciated.
Error messages or input/output bundles
[403] Google My Business API has not been used in project XXXXX before or it is disabled.
Enable it by visiting https://console.developers.google.com/apis/api/mybusiness.googleapis.com/overview


