Getting email address from out of office replies

Hi all,

 

Is there a way of fetching email address when there is Out of office reply from a specific user. Appreciate your help.

 

Thanks and regards,

Amita

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to amitas0001

    Are you able to trigger the process, once OOO reply email is being received. If answer is Yes then :

    1. Configure the Start node Trigger to receive message and configure it for Listen to message Type EMAIL.

    2. inside Data Tab of Message Event you can configure as below:

    Create Multiple Mapping for PV to email parameters:

    msg!body --> will return your body content of email

    'msg!properties'.'subject' --> this will give you subject.

    similarly to can get data for other fields as well.

     

Children