Webhooks Events
Review updated
This event is triggered when a review is updated. This can happen in one of these cases:
- One or more attributes of a review have been updated (including a content or rating update from its author)
- A tag has been assigned or unassigned to this review on Partoo
- A review has been deleted - this could happen in two ways (see more info below):
- Permanently, by the author.
- Temporarily unavailable due to a bug in Google’s system
- If a review reappears after being temporarily unavailable
⚠️ More info on review deletes:
Because of a bug in Google’s system, some reviews may temporarily disappear from their data as if they were deleted, even though they were not, and then reappear later.
When a review goes missing, we cannot determine whether it was actually deleted or just affected by this bug.
We must consider this review as if it can reappear in the future. For that reason, a review_updated event will be sent in both cases.
Here is a sample scenario:
- September 4: A review is edited by its author.
- A
review_updateevent is triggered, showing the review updated content.
- A
- September 10: The review disappears due to the Google bug.
- Another
review_updateevent is triggered, with the review state set atdeleted
- Another
- September 15: The review becomes visible again.
- Another
review_updateis then triggered, showing the review state before the soft delete
- Another
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
Use this file to discover all available pages before exploring further.