top of page
E2F: Get To Address From Header
Leverage the Create Content Document Links apex action to link files to their respective parent object. For example, linking email attachments to the email message record or theLeverage the Get Header Value apex action to search for the “To” header key value set in email headers. This may be required to retrieve the true original To email address when leverage forwarding and redirects. case record.
Inputs
Email Header
The email header string
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 encountered
bottom of page