hello community
Since December 5, 2022 we are presenting a problem in production, the meeting registration response has changed and I want to know if it is due to a change or if it is a service failure
example the hs_internal_meeting_notes field should return only the text that is captured in the notes field but it is returning the text plus HTML components example new information “<div style=“white-space: pre-wrap;” dir=“auto” data-top-level=“true”><p style=“margin-bottom:0;”>ID:02, IC:46 </div>”
Before December 5, 2022, I received the following
ID:02, CI:46
Can you help us since other systems feed on this information and are working badly since they cannot interpret the response
I add an example response of a productive record
Body: {id=28970523693, properties={ hs_createdate=2022-12-14T20:01:21.700Z,
hs_internal_meeting_notes=< div s t y l e = " w h i t e - s p a c e : p r e - w r a p ; " d i r = " a u t o " d a t a - t o p - l e v e l = " t r u e " > < p s t y l e = " m a r g i n - b o t t o m : 0 ; " > ID: 03,IC:46 Comment Data< / p > < / d i v > , hs_lastmodifieddate=2022-12-14T20:01:22.871Z,
hs_meeting_body= < d i v d i r = " a u t o " d a t a - t o p - l e v e l = " t r u e " > < p s t y l e = " m a r g i n - b o t t o m : 0 ; " > < b r > < / p > < / d i v >, hs_meeting_end_time=2022-12-21T21:00:00Z, …
