
Amit Chinchane
-
Total activity34
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions16
Posts
Recent activity by Amit Chinchane-
search for webhook by name using zendesk api
Is it possible to search for a webhook by filtering by name? I tried "https://{subdomain}.zendesk.com/api/v2/webhooks" but sure how the filter filter[name_contains] can be used here
-
Error while creating automation from custom app
I am trying to create an automation from within the custom app, I am following the documentation on Support Site. The script works on Postman, but when I try from the custom app it gives the below ...
-
How to set date value on the webform using javascript
AnsweredI am trying to set the date value in the webform using javascript. $('#request_custom_fields_10113154225297').val(matchRecord.purchaseDate) The value is displaying when I try the below code con...
-
Invoke custom app function from support tool
AnsweredIs it possible to invoke/trigger/execute a function/method defined inside the custom app, from the support tool by using triggers/webhook. For example: I have a function fnGreeting() this function ...