Closed NeodarZ closed 3 years ago
Ok I finally found the issue myself, thanks to the week end.
For the prosperity here is the solution: the attribute TEST_CAT
of the UpdateContact object need to have the id of an element of the category and not directly the string. I didn't found this in the documentation, this is just a guess from my hand.
Hello,
I'm trying to use this library to use the SendInBlue API but I have encountered a problem. With the following code, slightly modified, I can change all types of attributes of a contact except the ones of the category type, nothing happen. No message saying something is wrong and the value is not saved after I check directly on the web interface.
The following image is my configuration for the field
TEST_TEXT
where I set is as a string, it's ok.And this image is my configuration for the field
TEST_CAT
where is set the type tocategory
with the configuration:Yes
,No
,Maybe
. I can't understand how to set the value from this library.I'm actually using the last version 7.2.0 if you ask. Maybe I missed something?