Hi folks,
I am reading a Google sheets cell content into a custom POST request (Webhooks by Zapier). The problem is that I the input has several line breaks, which is not allowed in the JSON file. Is there any way to get rid of the line breaks or format the input with Zapier, so it won’t break the call?
"metadata": {
"body": "MEMBER_TO_MEMBER <br> Nachricht: "<p>Hi Tobias,
vielen Dank für deine Rückmeldung. Der 17. Juni klingt super, habe es mir im Kalender notiert. Unter welcher Nummer kann ich dich am besten erreichen?
Einen schönen und erholsamen Urlaub wünsche ich dir und wir hören uns dann im Juni.
Liebe Grüße
Luisa</p>"
}