NicoChatNicoChatDocsSearch the docs…
Sign in

Rate Limit

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

2026-08-12
How to use Rate Limit - NicoChat Tutorial
YouTube

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.