Hi Team,I'm using webhook to invoke my api, but in few cases my api call twice & I don't see any logs for multiple call in lead activity.Case 1:Form submitted with valid request wh...
Hi Team,I'm using webhook to invoke my api, but in few cases my api call twice & I don't see any logs for multiple call in lead activity.Case 1:Form submitted with valid request wh...
Hi Team,Am using webhook to invoke my API, Input JSON contains many token values (default - edit me). But these default tokens are not replaced with null value. No issues with brac...
Hi Team,Am using marketo smart campaign api to send emails through marketo email template, I need email status as response (Eg. email delivered, bounced) from api. But smart campai...
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...
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...