Is there Any limit on number of recipient we can send per trigger?
if there is any limit on recipients per trigger then what is the limit. and if there is no limit then does it handle 2000 recipient in single api call?
4 Replies
Hi @vikram, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Bulk trigger event
* API Rate Limiting
* Get workflows
* Bulk create subscribers
-----------------------------
Answer
Novu's API allows for triggering notifications to multiple recipients through various methods. When using a single trigger event, you can specify recipients one by one, or use topics to manage multiple recipients. However, specific to your question about a single API call handling, Novu does have a feature for bulk operations.
For instance, the Bulk Trigger Event endpoint allows you to trigger multiple events at once, and each event can be directed to a unique recipient. This endpoint is particularly useful to manage multiple notifications efficiently, but it is limited to 100 events per request (1) . If each event targets a different recipient, you can effectively send notifications to 100 recipients per API call.
If you need to send notifications to as many as 2000 recipients, you would need to split this into multiple API calls, adhering to the 100 events per request limit. This approach ensures compliance with API rate limits and effective management of notifications without overloading the system or risking failure due to excessive single-call demands.
For scenarios requiring high volumes like sending to 2000 recipients, implementing a loop or mechanism to manage multiple API calls sequentially or in manageable batches would be necessary. This ensures all recipients are handled effectively without exceeding API limits.
Got it. Tagging @Support for additional help.
Currently there is not a limit
I will recommend you to use topics for these many subscribers