top of page
E2F: Generate Message Id
Leverage the Generate Case Message Id apex action to generate a message id for your case (leveraging Salesforce’s standard generate case Message ID functionality). Use this apex action when sending custom email that needs to be linked back to an object or when you need custom email linked back to an object but no Email Message linking will be present.
Inputs
Record Id
The id of the record to be parented
Outputs
Message Id
The resulting Message Id to be used as a Reference in the sending email header
bottom of page