sendinblue / APIv3-nodejs-library

SendinBlue's API v3 Node.js Library
ISC License
101 stars 47 forks source link

Is it possible to run multiple instances connected to multiple SIB-Accounts on one machine? #141

Closed EliasPh closed 1 year ago

EliasPh commented 1 year ago

I have one node.js server running which has two instances of SibApiV3Sdk.ApiClient.instance running. Each instance is connected to another sendinblue account. The calls are working fine, but since I added the second instance/account the transactional emails on account one are flagged as "opened by proxy".

The code itself is pretty simple and mostly boilerplate from the sib-api-docs.

Is there a known issue with running multiple instances like this?

Alternatively, this might just be a coincidence, since the sendinblue status page shows a drop from 100% to 99.9% in the almost exact time we got those "opened by proxy" flags. and this is just after i pushed the code online.