Hello.
Im using the Rest API and Im experiencing a problem.
i would like to create a little bot (Integromat) to automatically update my Product Meta-Descriptions with the help of AI. The AI Part works like a charm but i would like to trigger the bot when a products status changes from “Draft” to “active”.
I created a new Webhook and now I’m stuck, i would like to only get the products (ID), whose status changed from “draft” to “active”.
unfortunately i cant find “previous_status” or anything similar in the API Documentation to tell it sth like:
IF product.status = active AND previous_status = “draft”.
I Apologize for my english.
I hope someone can help.