1️⃣Widget API

Функції та механізми, якими можна керувати віджетом

  1. Opening the widget: JediDesk("openWidget") Use this function to open the widget window at the desired time.


  1. Close the widget: JediDesk("closeWidget") Use this function to close the widget window at the desired time.


  1. Transfer of user data: JediDesk("customerData", { "name": "test", "phone": "380989888999", "email": "test@test.test", "note": “Description”, "language": "en", "custom_fields": [ {"id": 1, "value": "123"}, {"id": 2, "value": "test"}, {"id": 551, "value": "test321"} ] }) Use this function to fill and transfer widget user information at the right time.


Allowed fields to transfer:

Last updated