I think I have a little problem with rule execution that I’ll call “cascading”.
My use case:
I create in Api a data in a Schema A.
The schema A executes the “Create content” Rule on the Created event and generate a new data in a Schema B.
Schema B executes the “Webhook” rule in post.
My problem is that the WebHook (on schema B) rule does not run. If I create directly in the interface a data in Schema B, my webhook rule is launched.
Any idea ? or maybe I’m not doing something right.