API Events
| Name | Description | Data |
|---|---|---|
| ready | CallbackService is initialized and ready to accept commands | n/a |
| scheduled | Callback is scheduled successfully | {(success data)} |
| scheduleError | An error occurred between the client and the server during a callback schedule | {result: (object), textStatus: (string), statusCode: (number), message: (string)} |
| availableSlots | Callback available slots fetched successfully | {(success data)} |
| availabilityError | An error occurred between the client and the server while fetching the available timeslots | {result: (object), textStatus: (string), statusCode: (number)} |
Comments or questions about this documentation? Contact us for support!
