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
When referring to the API documentation, the tool that allows you to test the API calls shows you that you can use indentifierType to tell the API what kind of an ID is being used. However, when using the node library, there appears to be no way to do this. I manually edited the library to work for me with the following code:
Of course the code of this package cannot work, due to the encodeURIComponent function that also encodes the '?' and '=' in the identifier when we pass ?identifierType=xxx...
It seems that Brevo developers did not test anything before release this package, it is full of bugs.
Unfortunately, for me it does not work even with the code you added.
I try to use the ext_id attribute, but the server replies Contact does not exist (even if, of course, the contact exists...)
If I use the contact_id attribute, it works. So this is not only a bug in this package, but on Brevo serverside...
This is not the first bug I mention in this package, but it seems this is a dead package, nobody replies to the issues.
The only thing working fine with Brevo is the monthly subscription debit, no problem with this...
When referring to the API documentation, the tool that allows you to test the API calls shows you that you can use
indentifierType
to tell the API what kind of an ID is being used. However, when using the node library, there appears to be no way to do this. I manually edited the library to work for me with the following code:And created a new type that covers the identifier types that matter to me (But not all the API supports)
I'm not familiar with how to do pull requests. Hope this is somewhat helpful.
The text was updated successfully, but these errors were encountered: