hi, i'm using v. 1.9.4i'm trying to fire a cURL call when a determined assignement is made, but i can't find the appropiate signal.i saw that works for when a new ticket is createdis there a signal for when one from Staff is assigned to the ticket?tried , but won't work :(

At the moment, no. This is the main reason we have yet to publish information on the plugin system. For the time being, you could just add the signal in the Ticket: method:$info = array('agent' => $staff);Signal:('ticket.assign', $this, $info);Hopefully in the not-too-distant future, we'll have a far more complete list of signals to allow for better interaction with the software.Cheers,

Write a Reply...