top of page

E2F: Get Header Value

Leverage the Get Header Value apex action to search a specific header key value set in email headers.

Inputs

Email Header

The email header string

Header Key

The key to search for in the email header

Outputs

Header Value

The value found

Key Exists

A True/False indicating if the key exists in the header

isSuccess

Set to True if the apex action was successful.  Set to False if an error was encountered.

Error Message

If status is “Fail”, the message of the error encounteredisSuccess if the key exists in the header

bottom of page