I am doing that and I am trying to send that webhook by push subscription method
so here is the problem i am facing
when i am send data from pubsub cloud cli it is sending post request with data to webhook
But when i try to test it when new review comes nothing is coming up
Kindly help me solve this issue
Thank you
Here is the response when I made the updatenotification setting with 200 ok response.
{
"name": "accounts/*/notificationSetting",
"pubsubTopic": "projects/sonic-arcadia-*/topics/business-review-notifications",
"notificationTypes": [
"NEW_REVIEW",
"UPDATED_REVIEW"
]
}