Sending Messages to ISL Light

Messages explained in this section are usually sent as a response to HTTP events instead of a message . For example, you may want to display a message when a certain user logs in using ISL Light Desk. You will need to handle the NEWSESSION event. You can obtain the session ID from the SESSIONID field.


Note: Replace dbsecret in the examples below with the appropriate database secret.

Show message box on client


    
        
            
                1
                Text
            
        
    


Add text to chat on desk


    
        
            
                1
                Text
            
        
    


Add text to chat on desk (use custom label)


    
        
            
                server: 
                1
                Text
            
        
    


Terminate session


    
        
            
        
    
Was this article helpful?