New Feature: Rate limiter

We added a new feature called "Rate Limit Attempt"

consider this action as a condition check, if too many attempts, then it will skip the following actions, if allowed, it will continue as normal

.

This can be used for a bunch of use cases like: 
  • Notification attempts per time interval
  • retries on external requests
  • limit the number of users going through a certain section of a flow