We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoho Assist have two different type of webhooks:
Remote Support:
{ "payload": { "sessionId": 937974381, "title": "On Demand Remote Support 937974381", "startTime": 1481369000053, "endTime": 1481369155546, "duration": 155493, "notes": "VPN issue", "chatTranscript": "https://assist.zoho.com/api/v1/chat/export?sysid=16474156125", "participants": [ { "email": "[email protected]", "role": "Primary Technician", "os": "Windows", "region": "Florida", "country": "America", "duration": 155493 }, { "email": "[email protected]", "role": "Customer", "os": "Windows", "region": "Florida", "country": "America", "duration": 155493 } ] }, "eventType": "SESSION_END_RS", "eventTime": "1688928870551", "eventBy": "[email protected]", "orgId": "815262805" }
Unattended access:
{ "payload": { "creatorEmail": "[email protected]", "sessionId": "963557549", "title": "On Demand Remote Access #963557549", "department": "PЯIMΞ", "deviceName": "PRIME", "deviceFullName": "PRIME", "devicePlatform": "windows", "deviceOs": "Windows 11 Pro", "deviceOsVersion": "6.3" }, "eventType": "SESSION_START_URS", "eventTime": "1688874296857", "eventBy": "[email protected]", "orgId": "815262805" }
Event Types:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zoho Assist have two different type of webhooks:
Remote Support:
Unattended access:
Event Types:
The text was updated successfully, but these errors were encountered: