Pre-define 'Email IDs to notify' with API

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 internet",
"requester": "Guest",
"site": "Custom Site",
"interestedParty": "tech10@sdpmsp.com,tech9@sdpmsp.com",
"account": "Sample Account",
"requesttemplate": "Unable to browse"
}
}
}






API to search users based on phone number

URL:
/api/v3/users

Method: GET

Format:
input_data={ "list_info": { "sort_field": "id","start_index":"1","row_count":"5", "sort_order": "desc", "search_fields": { "landline": "009" } } }

This is to search a requester using landline or mobile number.


Also,  it is not possible to search a request using the phone number of a requester.

                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 ...
                    • Reply a request through v3 API (Postman)

                      The API documentation for replying a request is under Admin > API Documentation > Request > Add notification Syntax of the URL: http(or https)://<servername>:<portnumber>/api/v3/requests/<Request ID>/notifications?TECHNICIAN_KEY=<API Key> Call: Post ...
                    • Script to Notify Support Reps when a new reply is received for Unassigned Requests

                      Please do follow the below steps to notify support reps when an unassigned request is updated or when a reply is received.  1. Download the configuration.json file, sendMail.py file, requestobj.json file from the below link: ...
                    • Support for RAW JSON in Rest API input

                      Requirement While calling the Rest API from external clients (like postman), currently the input data is sent as a parameter with key "input_data". Some of the customers came with a requirement to pass the input data in raw json format. But, the RAW ...
                    • API - How to create Service Request including the pre-defined tasks through API

                      You can get the highlighted Task Template ID's by editing a Task Template: https://serverurl:postnumber/app#/admin/task-templates/5 The Service Category ID and Template ID (as) can be known by going to Admin > Service Category > select and edit the ...