Related Articles
Integration Key
SupportCenter Plus enables administrators configure multiple API keys to allow delegated access for different integration requirements. Apart from creating and managing integration keys, administrators can also reassign them to different support reps ...
Rest API
About REST API Application Programming Interface (API) is used to integrate various applications and facilitate sharing of data between them. The integration can be achieved with any third-party (external) applications or web services that are ...
Custom Module API
Custom Module API allows customers to add, edit, and delete records through REST API from scripts or external clients. The list of supported operations with the expected URL and input_data is given below. For more details about the custom module ...
Connections
Connections are used to authenticate SupportCenter Plus integration with external applications. To set up connections, register the third party application as a service in SupportCenter Plus. Connections are equipped with three modes of ...
Write Custom Script in Python
You need working knowledge of: JSON Python Custom Script File Structure Import required packages Get input arguments Implement the logic Return JSON Frequently Used Packages Package Usage Sys Fetches the input arguments json Manipulates JSON data ...