1
0
-1

Hello,

I am building a custom onboarding process for my potential employees. I'm taking them through series of steps (like watching videos, schedules few appointments, etc.) and building the forms for each step. Since all those potential employees are not yet joget users, I am using anonymous permissions for them to view the forms.

I would like to send follow up emails for each unfinished step to each potential employee. In those emails, I want to add hyperlinks to open directly the Form corresponding to the unfinished step.

 

Question: How do I automatically customize the hyperlink in those emails to make sure that joget can match the right person to the right unfinished step? Is that possible?

Thanks

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Your case requires a customized solution.

      Perhaps you can have a look at the User Notification plugin. Basically, this plugin is an automated email tool that sends out email for every task assignment with the option to append any parameter to the URL, to be embedded into the email accordingly to the correct users. You may need to modify the plugin for your use case.

      Since this plugin is available in community edition so you can modify the source codes according to your requirement: https://github.com/jogetworkflow/jw-community/blob/6.0-SNAPSHOT/wflow-core/src/main/java/org/joget/apps/app/lib/UserNotificationAuditTrail.java

       

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

        Actually, I forgot to mention that on the very first step, I get their unique IP: email.... There must be a way to send the link to the correct entry by email (I just clicked to the title of this thread in my email and it opened this page) 

        How do I achieve this functionality? Is there a hash tag to use?

         

        Thanks

      2.  
        1
        0
        -1

        For your case regarding using 'anonymous' user, in Joget's perspective, there is no unique information to identify your users. 

        I need more information on how your app works. Like, what is the procedure, how do you track progress for each potential employee, whether they practice Joget app building on their own local machine or on a shared server, and so forth.

        On the other hand, you can check out Joget Academy to allow your potential employees to self-learn. Once they have completed the courses, they will receive a course completion certificate. Recently, the Joget team has also publicly released their new Joget App Designer Certification program. This may simplify your onboarding process for your users.

        Cheers.

          CommentAdd your comment...