1
0
-1

I would like to know if requestor A apply for annual leave. An email notification will be push to the requestor superior with a following link for him to link rather than require the superior to log into the system.

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, you can use the User Notification Plugin.

      1. Jason

        We have a very similar situation but want the form to be accessible by an anonymous user, so not a joget user. This is so that our labourers can click a link in their email and complete a from in a process. 

        We can get a link generated that has the activity ID of the email plugin process using the hash #assignment.activityId# but cannot figure out how to get it to show the activity ID of the form process which is generally just an increment of 1 in the activity id. 

        activityId=XXX_YY_formname&_mode=assignment

      CommentAdd your comment...
    2.  
      1
      0
      -1

      To provide link with the feature to complete activity, then we need to create Plugin Web Service Plugin . So, in the email content, you can put the link there.

      The plugin itself has to provide function to complete assignment, which can use JSON API plugin (JSON API).


      1. Aaron Tan

        Those 2 plugin can be perform on community version of joget?

      2. Fahmi

        Yes, it can.

      3. Jason

        Are you able to provide an example of how the webservice plugin could be used to create the email link required? 

      CommentAdd your comment...