sendinblue / APIv3-nodejs-library

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

smtpBlacklistSender not working well #46

Closed regevbr closed 2 years ago

regevbr commented 5 years ago

Trying to set smtpBlacklistSender = [] or [''] on a contact doesnt re enable a blacklisted user Also there is no way to see if that property is set via the web ui, nor the api response of getContactInfo...

shubhamUpadhyayInBlue commented 2 years ago

Hi @regevbr I know it might be irrelevant now since it is a late reply. Apologies for that. But, to blacklist or un-blacklist the user you need to pass the emailBlacklisted as true or false in the payload during contact create/update. API reference