How to pre-define 'Email IDs to notify' field in templates ?

How to pre-define 'Email IDs to notify' field in templates ?


You can set the Email IDs to notify field with a default email address auto filled for all the new tickets for a particular account


This can be achieved by using Field and Form rules, however ensure that this configuration has to be done in each template the customer is associated with.


A sample configuration is shown below, kindly modify the same as per the requirement.





Also, please make sure that the below notification rules are enabled.


Acknowledge E-mail Cc users by e-mail when a new request is created.

Acknowledge E-mail Cc users when a request is resolved.

Acknowledge E-mail Cc users by e-mail when the request is closed.





                  New to ADSelfService Plus?

                    • Related Articles

                    • Pre-define 'Email IDs to notify' with API

                      Email ids to notify can be pre-defined while adding through v1 API. The key is "interestedParty" for the same : Please check the below example : data={ "operation": { "details": { "subject": "Cannot browse", "description": "Unable to connect to the ...
                    • Query to display additional field associations with templates (MSSQL)

                      Tested in build MSSQL (14306) Use case The reports shows in which templates the created additional fields are associated Query select sd.name "Service Catalog Name", rt.templatename "Template name", fc.field_name "Fields" from requesttemplate_list rt ...
                    • Hide templates from drop-down while using a specific template using FAFR

                      The below script can be used in the respective incident template under Form Load section of Field and Form Rules. if(["Application Crashes Frequently","New incident"].indexOf(jQuery("select#template_box").select2("data").text)==-1){ ...
                    • How to populate requester details in request additional field

                      Requirement: Populate requester additional field information into request additional field. Usecase: Let us consider a scenario where certain employee details are imported from the Active Directory into User - Additional Fields. The business ...
                    • How to update E-mail Id(s) To Notify using business rules

                      This is a sample python script to update the E-mail Id(s) To Notify during request create/update based on certain criteria using Business Rules Prerequisite: The SDP-MSP server should be configured to execute python script. Steps available here.  ...