I like to make Youtube-Webhook connections. And today, I wanted to make a new one.
On the webhook part, after the JSON payload, in the Data section, in ‘content’, I wasn’t able to make a newline, either by \n or by pressing enter.
Now all the information paired with ‘content’ appear on just one line. It also doesn’t work if I were to make a new ‘content’ entry, since apparently Discord doesn’t recognize ‘content_1’, let alone ‘content_2’.
Back then, Zapier used to allow making a newline just by pressing the Enter key. IFTTT and Insomnia require typing in \n between lines.
What can I do to be able to make new lines again?