Start Action
This action is executed after sending to the server. One could ie send an e-mail or a SMS to inform about the creation of a job. With the following example each newly created job with this form forwards a SMS to the number 0170123456:
helper.sendSMS("login","password","0170123456","Neues Todo mit Id"+task.getId(),"016054321")