Is there any approach to stop the auto reply e-mail (User has set up OOO message

Is there any approach to stop the auto reply e-mail (User has set up OOO message) ?

OriginalPostID-143509

OriginalPostID-143509

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    I am assuming you are sending an email from a process instance and using a receive message listener to pick up the response and want to handle the OOO reply? If so you should be able to capture the email subject and use a function such as search() to look for "Automatic" (or whatever you email server uses) in the value, if found use a decision gateway to loop back to start a new instance of the receive message listener to negate the OOO response.
Reply
  • 0
    Certified Lead Developer
    I am assuming you are sending an email from a process instance and using a receive message listener to pick up the response and want to handle the OOO reply? If so you should be able to capture the email subject and use a function such as search() to look for "Automatic" (or whatever you email server uses) in the value, if found use a decision gateway to loop back to start a new instance of the receive message listener to negate the OOO response.
Children
No Data