Automic Workload Automation

 View Only

  • 1.  CALL object with dynamic email recipients

    Posted Dec 10, 2024 05:04 PM

    Is it possible to construct an smtp CALL object so that the email recipient list is supplied either by process code, or by a VARA content?  I can see the way to add individual recipients via the user interface, but I don't see a way to supply a list through code or config.  Is it possible?




    ------------------------------
    Thanks,
    Doug
    ------------------------------


  • 2.  RE: CALL object with dynamic email recipients

    Posted Dec 10, 2024 05:58 PM
    Edited by Daryl Brown Dec 10, 2024 05:58 PM

    Yes, it is -- check out the ADD_ATT function in the documentation.

    In the case of having all your email addresses stored in a VARA object, you can use a PREP_PROCESS_VAR call to loop through your variable and then use ADD_ATT within the loop to add each recipient.




  • 3.  RE: CALL object with dynamic email recipients

    Posted Dec 11, 2024 09:09 AM

    @Daryl Brown - Perfect - exactly what I was looking for.  Thanks so much!



    ------------------------------
    Thanks,
    Doug
    ------------------------------