sendinblue / APIv3-nodejs-library

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

Import a List of contacts with the API #107

Closed matamicen closed 3 years ago

matamicen commented 3 years ago

Hi, We are using :

var createContact = new SibApiV3Sdk.CreateContact();

but we need to import a list of contacts with one API CALL, is this possible?

Thanks

shubhamUpadhyayInBlue commented 3 years ago

Hi @matamicen

Yes, it is possible to import the contacts using the import route, documentation

Thanks!