You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your README shows only 2 basic examples and for the rest, it refers to developers.sendinblue.com/reference/getting-started-1. This address, however, contains instructions for different library sib-api-v3-sdk with outdated instructions.
Case in point - I've tried to get up and working DOI signup with instructions at this page. I've tried two approaches:
Follow the instructions and just swapped sib-api-v3-sdk with @sendinblue/client. That resulted in Typescript and "undefined" errors.
Tried to intuitively modify the instructions in README of this repo to DOI flow (code below). No TS errors, success message (and correct errors in repeated submissions of the same e-mail address), but no e-mails are sent.
It is hard to know if I do things correctly, or not, as there is no documentation. Are there any plans to update it? Thank you!
Here are my efforts of making the new api work (the code is simplified):
This code adds the user to the list (without any confirmation on their end), returns success message, but does not send any e-mail with confirmation link.
The text was updated successfully, but these errors were encountered:
Hi,
your README shows only 2 basic examples and for the rest, it refers to developers.sendinblue.com/reference/getting-started-1. This address, however, contains instructions for different library
sib-api-v3-sdk
with outdated instructions.Case in point - I've tried to get up and working DOI signup with instructions at this page. I've tried two approaches:
sib-api-v3-sdk
with@sendinblue/client
. That resulted in Typescript and "undefined" errors.It is hard to know if I do things correctly, or not, as there is no documentation. Are there any plans to update it? Thank you!
Here are my efforts of making the new api work (the code is simplified):
This code adds the user to the list (without any confirmation on their end), returns success message, but does not send any e-mail with confirmation link.
The text was updated successfully, but these errors were encountered: