You mean a dialog after clicking the "Send and notify" ?
You can do like this in your Execute method
You can do like this in your Execute method
flowControllerServicesContainer.GetService<IManagementConsoleMessageService>().ShowMessage(DialogType.Message, "Info", "Helloooo, how are you doing?");