I can’t seem to find out how to increment my sendinblue contact field “NBR_SESSIONS” on each time I load a session :
$createContact['attributes'] = array('NBR_SESSIONS'=>+1);
I didn’t find any help or documentation for incrementation for sendinblue api.
Does anyone ever tried to do that simple thing?