ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Plugin to Call external web service based on Events

Added by Siavash Safi at 2012-08-04 12:55 pm

Hi,

Is it possible to call an external web service from a plugin based on events which happen in chili?
I want to add something like the current email notification system to call some SMS sending web service.
I tried to figure it out by looking at the wiki pages about plugin development but I did not find any documentation about event handling.


Replies (1)

RE: Plugin to Call external web service based on Events - Added by Felix Schäfer at 2012-08-05 02:40 pm

Mmh, you could hook into the events already present (by patching the *Observers (see the IssueObserver for example) or hook into the Mailer) or if you want to define new events just add more *Observers and make them known to rails.

(1-1/1)