Closed OneManEquipe closed 2 years ago
For anyone encountering this problem, I got feedback from the Sendinblue official support, who in turn checked with their API team, there is actually a limit to 99 recipients, which in turn caused my error.
Closing the issue
I'm trying to send a transactional email to a few hundred recipients, and I get this error:
If I try the same call with fewer recipients (~50) all goes well instead.
I'm using the following version:
The problem arises when I run this snippet:
where
apiInstance
is initialized as follows:Here is the payload I'm passing to
sendTransacEmail
(truncated for brevity and anonimized):The call fails, and the error callback is invoked, which prints the following:
As I said, if I instead use 40-50 recipients the operation succeeds.
Can you help me?