SendAlert
Category | String | |
Message | String | |
Alert | Json | |
CustomData | Json | |
Source | String | Can be used to identify the method in the code used to send this message from for debugging code purposes |
Custom
Code
CyaraLiveVq.SendAlert({ Category: 'error', Message: 'agent is in an error state (softphone)', Alert: { SoftphoneErrorType: error.getErrorType(), SoftphoneErrorMessage: error.getErrorMessage() }, Source: 'agent.onSoftphoneError' });
Payload
{ }
BlackBox
Payload
{ }
Comments
0 comments
Please sign in to leave a comment.