Releases: vivid-planet/comet-brevo-module
2.1.6
@comet/brevo-admin@2.1.6
Patch Changes
- be6d19b: Remove the
totalContactsBlocked
field from theTargetGroup
type, because it is not delivered in the list request in Brevo anymore.
@comet/brevo-api@2.1.6
Patch Changes
- be6d19b: Remove the
totalContactsBlocked
field from theTargetGroup
type, because it is not delivered in the list request in Brevo anymore.
2.1.5
2.1.4
2.1.3
2.1.2
@comet/brevo-admin@2.1.2
Patch Changes
-
f675cd0: CSV Import Validation Improvements and Bug Fix
Add better validation for csv imports.
Add better feedback after a csv import when something goes wrong. User can download a file with failing rows.
Fix a bug when importing via csv in a targetgroup. The contact was only added to the manually assigned contacts and not to the actual target group.
@comet/brevo-api@2.1.2
Patch Changes
-
e6dc804: Handle brevo errors explicitly to improve error messages
-
f675cd0: CSV Import Validation Improvements and Bug Fix
Add better validation for csv imports.
Add better feedback after a csv import when something goes wrong. User can download a file with failing rows.
Fix a bug when importing via csv in a targetgroup. The contact was only added to the manually assigned contacts and not to the actual target group.
-
acffd63: Support multiselect values in contact import
Previously the contact import did not support multiselect values since brevo expects an array of values and the csv import only sent values as strings. Now the import value gets transformed to an array in case the contact attribute should be of type array. The value in the csv file's column needs to be separated with a comma in case of multiple selected values.
2.1.1
2.1.0
1.0.1
2.0.2
@comet/brevo-api@2.0.2
Patch Changes
-
06c18b7: Fix campaign statistics
Addressed an issue where the globalStats property was being used to retrieve campaign stats, but it wasn’t working as expected. We now use the campaignStats property instead, which returns a list. The first value from this list is now used to show accurate campaign statistics.
-
b1cff9b: Fix searching contacts
Previously, Brevo returned a 400 error when an email address was not found. The implementation has been updated to correctly handle the 404 status code instead of 400. As a result, the contact search functionality now works as expected without throwing an error when no matching email address is found.