The settings below are related to the Tickets App.
Installation and usage #
To display the tickets area include the cloud chat script into your page and add the attribute &mode=tickets to the script URL, e.g. <script id=”chat-init” src=”https://app.parrotgpt.ai/account/js/init.js?id=65895623&mode=tickets”></script>. You can show the tickets area also by inserting the code <script>SB_TICKETS = true;</script> into any page showing the chat.
Information #
- If the tickets area is not visible, make sure to uncheck the option Tickets > Manual initialization. Additionally, you can explore other potential reasons for this issue here.
- Tickets are the same of chat conversations and messages, the only difference from the chat is the front-end panel.
- Most of the settings of the chat are compatible with the Tickets App but not all of them. The dashboard settings, the pop-up message, and more are not compatible.
- Dedicated APIs for the Tickets App are available in the API section.
- To remove the mandatory ‘New ticket’ form for new users, activate the welcome message of Settings > Messages > Welcome message. The welcome message delay is ignored in the tickets area, the message is sent immediately..
- To manually disable the mandatory registration only on a single page use the JavaScript code var SB_REGISTRATION_REQUIRED = true. Set it to true to force the registration instead.