Need help with brevo integration
I tried implementing this package: https://www.npmjs.com/package/@getbrevo/brevo as a plugin but it did not work and I got errors. I tried asking gpt and no luck.
can someone help me?
My goal is:
- enter email & some other info in form
- take all this data and send it via the api to brevo to create a contact there.
for debugging I want to also retrieve every entry in a certain list in brevo
here you can find the endpoints for getting all contacts:
https://developers.brevo.com/reference/getcontacts-1
npm
@getbrevo/brevo
NodeJS client for @getbrevo/brevo. Latest version: 2.1.1, last published: a month ago. Start using @getbrevo/brevo in your project by running
npm i @getbrevo/brevo
. There are 8 other projects in the npm registry using @getbrevo/brevo.Brevo API
Get all the contacts
Code Examples You can use as reference the code below to implement this call in your preferred language.<br/>Check all our official API clients here <button aria-selected="true" class="CodeTabs_active" role="tab" type="button">Node.js</button><button aria-selected="false" class=...
1 Reply
anyone pls help