Hi,
I am using webhook to call API, the problem is the URL value is cutting off if it contains '&' in it.
Example Json Template:
PersonId={{lead.Id:default=edit me}}&ContactCreated= {{lead.Created At:default=edit me}}&ContactModified= {{lead.Updated At:default=edit me}}&FormURL= {{lead.Form URL:default=edit me}}
URL value = abc.com/sampletext/?value1=xxxx&value2=yyy&value3=zzzz
In this URL, the value is cutting off after first Amberson occurs, like (abc.com/sampletext/?value1=xxxx).
Is there a solution to handle URL values.?
Solved! Go to Solution.
Thanks Sanford.
Updated request encoding to Form/URL and template format with double quotes. It was working Fine.