Hi,
i am using webhhoks.
Inside the Payload Template i am using tokens which can have values with ampersand (&) in them, such as Company Name.
However, since all the requests are sent with type www-form-urlencoded - the & causes problems when parsing the
request.
Is there a way to normalize the & before sending the request?
thanks