Hi,Am trying to add and remove lead from list using rest API (http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#/Static_Lists )Input reque...
Hi,I am using webhook to call API, in input there was special characters in certain fields like name -Олег. but this value is encoded like "\u041e\u043b\u0435\u0433" in webhook req...
In webhook payload request we are having the correct url, but when the request payload is passed to API, the payload is converted into class(object) where the url is cut off after ...
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= {...
Hi,I am calling an API using webhook, where in few cases API takes more than 30 seconds to complete. Though the API returns success response, webhook returns timeout error.do we ha...