How to prevent escaping of quotes in HTTP posts

How can I send JSON which includes " without a / in front of it. Make seems to automatically add the escape character and I don’t want it in there.

Hello @Kent_Asaki and welcome to the Make Community!

Please try sending the payload as text type instead of JSON.

1 Like