Rate Limit
Rate Limit is a valuable feature of the chatbot system: it gives administrators a simple way to manage user interactions.

Rate Limit is a valuable feature of the chatbot system: it gives administrators a simple way to manage user interactions.

In the flow, go to the action node -> Advanced Actions -> Rate Limit
Rate Limit use cases
Limiting API calls:
Ensures compliance with third-party platform restrictions.
Controls the number of API calls per user within a given time frame.

Preventing fake orders
Helps reduce fraudulent orders in e-commerce environments.
Restricts the number of orders a user can place within a given time frame.

Controlling notifications
Manages the frequency of notifications sent to users.
Ensures users are not overwhelmed with excessive notifications, especially in e-commerce order updates.

In summary, Rate Limit is a valuable feature of the chatbot system: it gives administrators a simple way to manage user interactions, ensures compliance with external platform restrictions and prevents abuse of system resources.

