Skip to main content
swethai0002
March 1, 2022
Question

Receive Message Event

  • March 1, 2022
  • 8 replies
  • 0 views

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

    8 replies

    stefanhelzle0001
    Brainy
    March 1, 2022

    You cannot trigger any action in Appian from a link in an email. Why not assign a task? Then the manager can navigate to the task and approve.

    gopalk2865
    Participating Frequently
    March 1, 2022

    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.

    swethai0002
    March 1, 2022

    Hi [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] & [mention:8b930cc189ea4ddf8fcb9c275d619049:e9ed411860ed4f2ba0265705b8793d05] Thank you for your prompt replies. The above is the sample mail which I mentioned and would be helpful if you could provide me with more resources on achieving the functionality. Not worked with the 'tasks' concept till now. but will sure read more on that.

    gopalk2865
    Participating Frequently
    March 1, 2022

    Hi [mention:59eba7114d8d4fea9e3df8e4548813fa:e9ed411860ed4f2ba0265705b8793d05], you can start with below link,

    https://docs.appian.com/suite/help/21.4/Sending_an_Email_Message_to_a_Process.html

    swethai0002
    March 1, 2022

    Yeah [mention:8b930cc189ea4ddf8fcb9c275d619049:e9ed411860ed4f2ba0265705b8793d05] I am doing the earlier said functionality using Sending_an_Email_Message_to_a_Process. only the process model captures the data sent to the UUID like the screeshot of a sent mail .

     

    But I need to implement the mail like on reply to the mail, when they click on the link, the process to be triggered.