IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  ISIM - Email notification

    Posted Wed July 13, 2022 08:33 AM
    Hello community, 

    is it possible to make custom email notifications in ISIM and how can I do that ? I want to send notification to direct manager and HR when some user is suspended and some access is granted/revoked. How can I stop email notifications to System Administrators in ISIM ? 

    Thank you!

    ------------------------------
    Galin Gospodinov
    ------------------------------


  • 2.  RE: ISIM - Email notification

    Posted Mon July 18, 2022 03:51 PM
    HI Galin,

    You can modify the workflows for the required operations and use a notification node, that node have a default xml code that you can modify to include what you need.

    ------------------------------
    Gabriel Labarrera
    ------------------------------



  • 3.  RE: ISIM - Email notification

    Posted Tue July 19, 2022 02:04 AM
    Hi Gabriel, 

    I use mail node and load suspend template in notification tab, but it gives me an error: "
    CTGIMA001E An error occurred while processing the following JavaScript.
    JavaScript: EmailContext.getAccountServiceName();
    The following error occurred.
    Error: Script interpreter error, line=1, col=14: [ReferenceError] 'EmailContext' not found".

    ------------------------------
    Galin Gospodinov
    ------------------------------



  • 4.  RE: ISIM - Email notification

    Posted Fri July 22, 2022 02:45 PM
    Hi Galin,

    That is a script error, I usually dont use the templates but you can use them to see how ISIM need the data to be scripted on the node.

    After that you can check the variables defined on the "workflow properties" and see how you use them, check the JavaScript extension reference also you can check the Sample Workflows

    ------------------------------
    Gabriel Labarrera
    ------------------------------