Search found 1 match

by win5rx
20 May 2016, 17:12
Forum: General
Topic: Get Ticket body using invoker of 'ArticleCreate' trigger
Replies: 0
Views: 2227

Get Ticket body using invoker of 'ArticleCreate' trigger

I'm using invoker TestSimple.pm of trigger 'ArticleCreate'. (Ideally should've created a new invoker!) I'm able to receive the json data of the ticket correctly via REST web service. I want an additional ticket attribute with this-> 'ticket body'. How can i modify the invoker (perl file) so that it ...