Automic Continuous Delivery Automation

  • 1.  Add Email recipients as variables in notification E-Mail objects

    Posted Apr 04, 2018 02:58 PM
    Hello,

    I would like to add E-Mail recipients as variable in the Notification E-Mail object.
    In the attached screenshot i can add any number of recipients with the user ID. My requirement is to add users to the Notification E-mails as a variable(Dynamically).

    I'm using this notification object in the post condition of the action in the workflow. This is to notify status of each action in the workflow.
    0wi8rmok77tl.pnghttps://us.v-cdn.net/5019921/uploads/editor/bv/0wi8rmok77tl.png" width="1000">


  • 2.  Add Email recipients as variables in notification E-Mail objects



  • 3.  Add Email recipients as variables in notification E-Mail objects

    Posted Apr 05, 2018 09:10 AM
    Is they any option to give the dynamic property in application/component/environment level so that the notification object which we created for email alerts takes its value.


  • 4.  Add Email recipients as variables in notification E-Mail objects
    Best Answer

    Posted Apr 08, 2018 09:54 PM
    Hi Nikhilesh Dasari

    You can totally archive with dynamic properties as well
    1. Create dynamic properties  as in your component
    zdvp1vdobaxe.pnghttps://us.v-cdn.net/5019921/uploads/editor/9w/zdvp1vdobaxe.png" width="823">
    2. In any of your component flow, add an notification object and add one variable let say "&USER#
    7jlwi573ya42.pnghttps://us.v-cdn.net/5019921/uploads/editor/27/7jlwi573ya42.png" width="1600">
    3. In the process of this notification object  add this script below
     :ADD_ATT RECIPIENT, '&USER#'
    vjeys37subao.pnghttps://us.v-cdn.net/5019921/uploads/editor/4g/vjeys37subao.png" width="1106">

    4. now you can run the application flow, whatever you set in the dynamic properties will be pass to the notification object
    wusa24g3vrrk.pnghttps://us.v-cdn.net/5019921/uploads/editor/38/wusa24g3vrrk.png" width="801">

    Hope that helps