What is the purpose of the Google Business Profile Trigger node?
It allows you to automatically start an n8n workflow whenever a specific event occurs in your Google Business Profile, enabling real-time Integrations with other services.
What types of events can this trigger monitor?
This trigger typically monitors critical actions such as new customer reviews, updates to business information, or Q&A submissions. It acts as the necessary initial trigger for subsequent workflow actions.
How do I authenticate the n8n node with my Google Business Profile?
Authentication usually involves setting up an OAuth 2.0 credential within the n8n Integrations settings to securely connect your Google account to the workflow node.
Does the trigger run immediately or does it poll periodically?
The Google Business Profile Trigger aims to use webhook or subscription mechanisms (where supported) to ensure the workflow is triggered instantly upon an event, minimizing latency compared to periodic polling.
Can I filter the events received by this trigger node?
Yes, you can configure the node settings to apply conditions and filter incoming events. This ensures your workflow only proceeds when specific criteria are met after the initial trigger fires.