top of page
E2F: Detect Auto Reply
Leverage the Detect Auto Reply apex action to identify email that is auto replied via Microsoft (such as Out of the Office email).
Inputs
Email Header
The email header string
Outputs
Is Auto Reply
If reviewing the X-AutoReply and X-AutoRespond header keys indicates the email is an auto reply, Is Auto Reply is set to True. Else False.
IsSuccess
​Set to True if the apex action was successful. Set to False if an error was encountered.
Error Message
If isSuccess is False, the message of the error encountered
Related Blog Posts
bottom of page