Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Sanford. It was working fine now.
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 request and api url are same for both add and remove API's.Please find input request below,{ "input": [ { "id": 0 ...
Hi,Am trying to add/remove person to exiting smart campaign. Is it possible using rest api..?If yes, share the relevant articles.Thanks.
The encoding is working if we gave request token encoding as Form/URL instead of Json.
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 request.Do we have any other configuration to avoid this encoding.?
Thanks Sanford.Updated request encoding to Form/URL and template format with double quotes. It was working Fine.
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 '&' (Amberson).PFB the screenshot of webhook and activity log
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...
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 have any procedure to increase the webhook default timeout interval to resolve the issue? or else How to overcome this iss...