I’m trying to automate posting updates to my Google Business Profile locations using the native n8n Google Business Profile node. I’ve successfully set up the workflow to post text-based updates.
However, I’m finding that the node seems to be missing an explicit field for “media” or “image” URL. In other platforms like Make.com, there’s a dedicated field for this, but I’m not seeing it in n8n’s node options for “Create a Post.”
I’ve attached a screenshot showing the current fields available.
Is this a known bug or a current limitation of the n8n node? If so, what is the best way to post updates with images?
hi there, yea, after checking, the current native node does not have any built in image fields for you to post the image, i suggest you to use the http request node for it, it shld look something like this
to learn more, you can go to google business profile api docs in here
hope it helps in anyway!
if it is, please give it a like and mark it as the solution!