- In the Designer, create a new pipeline in the Project Browser by going to the Global area.

Select Alarm Notification Pipelines, and right click to create a New Alarm Pipeline.

When you create a new pipeline, the Designer switches to the Pipeline workspace. The workspace is essentially a blank canvas and can contains various Pipeline Blocks. By default, the name of the new pipeline is called ‘New Pipeline.’
Image Removed
Image Added
It is a good practice to give a meaningful name to the pipeline. Commonly, the name acts as a way to describe what the pipeline does. Select the New Pipeline, right click and rename it "Notify".

Every pipeline has a Start block which you will see when you create your pipeline. When an alarm is triggered, it automatically goes to the Start block, and from there you can use other pipeline blocks to determine what you want to do with that alarm. All the available pipeline blocks are shown at the top of the Pipeline Workspace.
Image Removed
Image Added
The most basic pipeline you can create is to simply notify someone right away when an alarm occurs. Drag the Notification block on to your canvas and place it next to the Start block. Once you drag it in to your pipeline, it is not connected.
Image Removed
Image Added
Drag the output pin from the Start block to the input pin of the Notification block connecting the two blocks. When an alarm occurs, it’s going directly into the Start block and then into the Notification block.
Image Added
Image Removed
On the Notification block, you have to configure the Alarm Notification Profile that you are going use and who you are going to send it too. You should have already configured your Alarm Notification Profile before creating your new pipeline.
In your pipeline workspace, click on the Notification block, and the Notification tab will open.
Choose which Notification Profile from the dropdown that you want to use: Email, SMS or Voice. You can see that all three profiles are configured, but for this example, choose Email.
Image Removed
In the Pipeline Block Editor, under Contacts, click the On-Call Roster icon on the right side. Select from users and groups who you want to notify about this alarm. Your On-Call Roster should have already been created before creating your pipeline.
Image Removed
Image Added
You just created a very simple Alarm Pipeline. When this alarm becomes active, it goes directly to the Start block and notifies all the users in the Operator group via Email one time.
Pipelines don’t do anything until an alarm is told to use it. Once you configure your Alarm Notification Pipeline, the next step is to tell your alarm to use your Notify pipeline when the alarm becomes Active, Cleared or ACKnowledged. How to make your alarm use a pipeline is covered in the next section.