Schedule Session
This API allows you to schedule a remote support session at a convenient time for both the technician and the customer.
Required OAuth Scope
ZohoLens.sessionapi.CREATE
Endpoint
POST /api/v2/lens_session/schedule
Parameters
Parameter | Type | Description |
mode | string | Required. |
title | string | Required. |
notes | string | Optional. |
customer_email | string | Required. |
schedule_time | long | Required. |
schedule_upto | long | Required. |
utc_offset | string | Required. |
time_zone | string | Required. |
reminder | int |
Required. |
department_id | long | Required. |
Notes:
Ensure that the schedule_time and schedule_upto are provided in milliseconds since the Unix epoch.
The utc_offset should reflect the customer's local time zone offset from UTC.
The reminder parameter specifies how many minutes before the session the reminder should be sent.
Sample Request
Copied
Sample Response
Copied