1. Created Webhook with Get call ,Response Body as result
"results": [
{
"id": 1505865345961,
"url": "https://{SUBDOMAIN}/api/v2/users/{USERID}.json",
"name": "Name here"}]
2. Created Webhook with PUT call, able to use this webhook in trigger by giving JSON Body to update require fields.
{"ticket":{"custom_fields":[
{"id":4412729343881,"value":"{{webhookResponse.body.results.id}}"}]}}
Usecase : Not able to use this response body in Triggers /Automations
