Changes between Version 10 and Version 11 of ClientsPlugin


Ignore:
Timestamp:
Oct 14, 2008, 10:03:42 PM (16 years ago)
Author:
Colin Guthrie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientsPlugin

    v10 v11  
    2929
    3030The system allows some key setup parameters to be defined in the event itself (e.g. an XSLT to reformat the XML object into an HTML email, or a username/password for interacting with Zendesk), and also certain parameters for each event on a per-client basis (e.g. a list of client specific email addresses to send the summary).
     31
     32=== Event Recipes ===
     33
     34Here are some detailed examples to help you get started. Please feel free to post your own!
     35
     36 * [wiki:ClientsPlugin/EventRecipes/WeeklySummary Weekly Milestone Summary sent by Email]
     37 * [wiki:ClientsPlugin/EventRecipes/TicketChanges Nightly Ticket Changes Summary sent by Email]
     38
     39
     40=== Triggering Events ===
     41
     42So how do you trigger an event? Well, essentially you have to trigger then yourself! This can currently be achieved via a simple script that can be run via a crontab entry or scheduled task. This script is [source:clientsplugin/0.11/cron/run-client-event]
    3143
    3244=== Custom Fields ===