I'm trying to pass a string for insertion via API/GET in a system (glpi) and I've tried different ways but typebot always puts html codes when there are quotes and spaces. Is there any way around this?
I managed to solve it, I was doing it wrong, because the data part of the array has to be sent in the Body part and not in the headers. I used n8n to do the tests and then replicated it in typebot, thank you everyone.