How to Create Alert Notification!
Hello Mule'es, In this Blog, you are going to learn about "How to Create Alert Notification"! Let's Begin👍! Alert Notification: when any error occurs in the application, it will inform to the particular recipient through mail. Let's see how it works! As we already seen deployment of customer-e-api in our previous blog, If not please go through my blog "Deploying in cloud Hub". Let's Begin👍! Let's create one more mule configuration file in customer-e-api that call-alert.xml. img-1 This consist of cloud hub create Notification, so that if any error triggers it will redirect the error message to the particular recipient. img-2 This is a sub flow whose name is cloud notification. Let's drag a Transform Message which captures the error details! img -3 Now drag and drop the set variable component. Set the variable name as message and value as payload. img-4 Logger is used to print the content in the console. img -5 Now, we are ...