How to trigger a procedure ?

You must have a specific Email address for the procedure you want to launch. Your Administrator or Procedure manager can give you this address. The Email address for the launching is formated as following:

token_utilisateur.token_procedure@launch.alarmtilt.net

Examples :

  1. Launching of procedure with parameters
    Destinations are predefined on each steps of the procedure. The parameter list mandatory include tags [begin] at the beginning and [end] at the end.

    From: sender@mail.com
    To: 545d1c234f54e64a2b2456d.c234f54@launch.alarmtilt.net
    Subject: ...
    [begin]
    [tasknumber]
    125
    [taskstatus]
    finished
    [author]
    The System
    [end]

  2. Launching of a procedure with destinations and parameters
    Destinations are predefined on each steps of the procedure, but can be modified at the launching of the procedure (a field "ontacts.Snnn" must be present on the launching formular). The parameter list mandatory include tags [begin] at the beginning and [end] at the end.

    From: sender@mail.com
    To: 545d1c234f54e64a2b2456d.c234f54@launch.alarmtilt.net
    Subject: ...
    [begin]
    [Contacts.S001]
    Duke Nukem
    Ally Mc Beal
    SWAT TEAM
    [tasknumber]
    125
    [taskstatus]
    finished
    [author]
    The System
    [end]/p>

Launching of procedures without any particular parameters - Déclenchement de Procédure sans paramètre particulier - Body of non-structured message

In the two previous examples, the content of the Email was structured. In the example hereunder, it is a particular launching. The Email is not necessary structured with [begin] and [end], the body of the message will be considered as the value of a field named BODY and the content of the subject of the Email will be the content of a field SUBJECT. The Procedure manager must define these 2 fields in the procedure. The field BODY must be added in the body of the message and the field SUBJECT as name of the step. Le gestionnaire de procédure doit avoir définit ces 2 variables dans sa procédure. La variable BODY doit être ajoutée dans le corps du message et la variable SUBJECT comme nom d'étape.

From: sender@mail.com
To: 545d1c234f54e64a2b2456d.c234f54@launch.alarmtilt.net
Subject: The System - task 125 has finished
Dear user,
Your task 125 has successfully finished.
Sincerely,
The System.