• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Google Business Q&A API

Kater

Member
Hi Pabbly Support Team,

I'm trying to use the app: "Google Business Profile" with the Action Event "Custom API Request (Beta)" to POST questions to our Google Business Profile locations using the Q&A API.

Here’s what I’ve tried:

Endpoint:

Payload:
{"question":{"text":"QUESTION_TEXT"}}

However, I’m receiving the following error:

403
My Business Q&A API has not been used in project 244224021315 before or it is disabled. Enable it by visiting https://console.developers.google.c....googleapis.com/overview?project=244224021315 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.

Is this something you can enable on your end or plan to support in the near future?

Thanks,

Kater
 

ArshilAhmad

Moderator
Staff member
Hi @Kater,

Could you please share the cURL command and the API documentation of the endpoint you're attempting to execute? Also, please share the Workflow URL where you have tried this.
 

Kater

Member
I’m using your UI-based Custom API Request (Beta) feature for Google Business Profile, so I don’t have a curl command directly, but I suppose it would be something like:

'https://mybusinessqanda.googleapis.com/v1/locations/LOCATION_ID/questions' \
-H 'Authorization: Bearer [OAuth Token – handled by your platform]' \
-H 'Content-Type: application/json' \
-d '{
"question": {
"text": "Do you offer free consultations?"
}
}'

API documentation: https://developers.google.com/my-business/reference/qanda/rest?hl=en

But again, I’m not sending this manually — your platform is executing it, and the error suggests the Q&A API isn’t enabled on your project (ID: 244224021315).

Workflow URL: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZiMDYzMzA0MzI1MjZlNTUzZDUxMzQi_pc

Thanks
 

ArshilAhmad

Moderator
Staff member
Please allow us some time to look into this concern. We will get back to you with an update soon. In the meantime, kindly avoid making any changes to the Google Business Profile action step.
 
Top