The case is, there is a requirement to make a service callout when a certain user has called the API for 50 times.
The way that i am thinking is to make a quota policy, and when the quota policy fail, it will trigger a conditional flow.
My question is:
How to make a conditional flow that is triggered when the previous quota policy failed/reach its limit?
thanks for your answer
Regards,
Lightning
Solved! Go to Solution.
Hi @Lightning , what is the functionality of Service Callout? Is it for logging/notifying/anything else?
Generally, when a policy fails, the proxy will enter error flow. Based on error condition we can make use of Fault Rules.
Within Fault Rules we can use the Service Callout policy.