Receive Message Event

Certified Senior Developer

Hi Everyone,

My Requirement is in a HRMS - an Email will be sent to the manager when a Leave is applied by an employee from the process Model, The Email body will have links(buttons). If the manager clicks on a certain link to reply, the particular process(approval / rejection) should be triggered. The first email gets sent from one process model (leave submission). The manager approval process is a different one (manager approval). Tried executing with the available documentation but, succeeded in capturing the mail data if typed and sent by the manager and not able to implement on click of link in the first mail. Kindly let me know the steps if anyone has implemented

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi Swetha, from my understanding you have to generate an email with task link to approve or reject. What you can do is, As soon as anyone applies for leave then  divide the path into two different paths using AND gateway. One will have a timer(delay) to wait for Approval task to generate the task ID and send email node and  another path will be your approval task . Once you get the task ID then you can pass this task ID in your email body generate the task link.

Reply
  • 0
    Certified Senior Developer

    Hi Swetha, from my understanding you have to generate an email with task link to approve or reject. What you can do is, As soon as anyone applies for leave then  divide the path into two different paths using AND gateway. One will have a timer(delay) to wait for Approval task to generate the task ID and send email node and  another path will be your approval task . Once you get the task ID then you can pass this task ID in your email body generate the task link.

Children
No Data