Has anyone made a workflow for deleting Woocommerce reviews?
Hi,
I am working on a workflow that fetches all of the product reviews that I get on my webstore (Woocommerce), then processes them with an AI agent to find out which ones are more likely to be spam and in the last step it deletes them or “mark as spam”.
But this last step does not work? No mater which option I try. I checked my REST API and it is set to read/write.
Sadly no… same thing happens at “wp-json/wc/v2/comments/{{$json.review_id}}?force=true” than at “/wc/v3/products/reviews/{{$json.review_id}}?force=true”
the “/v3/products/reviews/{{$json.review_id}}?force=true” should be right
I would try how to delete a specific review first. Maybe with postman, or the http node.
When i have found out how to do that i would build the workflow.
Unfortunately i have no woocommerce installation at the moment where i can try it.