Cascading rules

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.

It is by design to protect the system.

Otherwise you could create endless loops:

“If Content A is created, create content A”

Ok I understand, the principle, I will change the overall mechanism of the blow
Thank you