Our customers often ask for various processes for sending an SMS/email to the end user.
The DynamicSender can very often handle this. Maybe the request for the communication is already in a workflow, then this component can just be plugged in and configured.
In situations where we do not control the process in a workflow, the Java code must be changed. The developer can insert a call to a hookpoint for a little "communication" workflow where the DynamicSender can be used.
...