sendinblue / APIv3-nodejs-library

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

Invalid smtpBlacklistSender format error #34

Closed guillaumerxl closed 6 years ago

guillaumerxl commented 6 years ago

Hello,

I'm getting an error when I try to update a contact with new attributes only.

If I don't set smtpBlacklistSender to [''] manually, SB API returns:

// 400 BAD REQUEST
{ 
  "code":"invalid_parameter",
  "message":"Invalid smtpBlacklistSender format"
}

I'm using sib-api-v3-sdk version 4.0.1.

ekta-slit commented 6 years ago

Hi @guillaumerxl

Thanks for reporting the issue. Its had been fixed yesterday at 15:47 IST. No changes done on sib-api-v3-sdk package, just the internal code.

Please check and issue is no more!

Thanks

guillaumerxl commented 6 years ago

Checked, it works, thanks.