I got this working with Zapier Custom Request webhook but now want to switch to Mautic.
The endpoint gives me the following instructions:
“text” – a plain text UTF-8 encoded message to be sent (no markdown supported, except “\n” line separator)
But the resulting webhook POST by Mautic changes it to \ \n, while i need send “\n”. The result is that \n is being echo’d out and not processed.
The text is always the same, only gets added the name of the contact.