Package com.novomind.ecom.api.imail.core
Interface TemplateMessageManipulator
public interface TemplateMessageManipulator
This plugin provides a hook to manipulate the template message before being pushed to the routing incoming queue.
- Since:
- 10.0.16
-
Method Summary
Modifier and TypeMethodDescriptionmanipulateTemplateMessage
(TemplateMessageManipulationInput templateMessageManipulationInput) This method is called before the template message enters the processing cycle.
-
Method Details
-
manipulateTemplateMessage
TemplateMessageManipulationResult manipulateTemplateMessage(TemplateMessageManipulationInput templateMessageManipulationInput) This method is called before the template message enters the processing cycle. For example it can be used for adding (X-) headers to the template message.- Parameters:
templateMessageManipulationInput
- theTemplateMessageManipulationInput
provides all data to manipulate the template message- Returns:
- the
TemplateMessageManipulationResult
- Since:
- 12.33
-