Hello,
I use an automation script in freshdesk to publish some tickets info to a web service.
Everything works fine {{ticket.id}}, {{ticket.subject}}… are transfered via JSON webhook like this :
But, now, I try to transfert {{ticket.public_url}} variable to this webhook but this info is not in the choice list.
Maybe I can use “advanced” JSON but I don’t know how is the synthax to put these variables into “even/freshdesk_webhook” part of the JSON structure…
I think the best way is that Freshdesk development team adds this item in the choice list :
Could you please help me ?