Share feedback, ideas and get community help

Updated 3 months ago

Variable with plain text

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?

Result: "input": "{\n[{\n"entities_id": 1,\n"name":"test",\n"content":"test",\n"urgency":2,\n"impact":3,\n"requesttypes_id": 8\n}]\n}",
Attachment
Captura_de_Tela_2023-12-17_as_14.50.33.png
L
B
A
3 comments
Maybe a http post will do it
Can you provide a reproduction?
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.
Add a reply
Sign up and join the conversation on Discord