Triggering Emails to multiple providers
Is there any way of triggering email to multiple subscriber ids at once or do I do it inside a for loop
2 Replies
Yeah there are two ways:-
1. send array of subscriberIds in to field
to: ["subscriberId1". "subscriberId2"]
2. Add all your subscribers to which you want to trigger in a topic and then trigger to a topic
https://docs.novu.co/platform/topicsthanks @Pawan Jain