How to close tickets August 21, 2024 13:26 Updated Index Bulk ticket closure What is a plugin? What are the functionalities of this plugin/tool? How to connect this plugin to my bot? How and why to use this project as a tool? Can I view the code of this application? In the day-to-day operations of a support team, an important task assigned to the manager is to close tickets according to the business rules. To facilitate the ticket closure process, access the portal, select your ChatBot, choose the Support module, and click on the Monitoring option. You will see several items in red at the bottom, these are the open tickets. To close them, simply click on each one, a window will open, click on ✔ at the top of the window, and finally, close it in the modal to end the support session. See an example below: Closing tickets in bulk It is evident that performing this process individually is extremely repetitive and time-consuming. In light of this, the Blip - Close Multiple Tickets tool was created to facilitate this daily process, allowing you to close tickets in bulk. Where: NOTE: Use the URL with the contract ID to consume the endpoints provided below. Your performance and functionality may be impacted if you don't have the contract ID, so it is essential to use the URL with the contract ID for HTTP requests! URL commands: https://{{contractid}}.http.msging.net/commands Click here to find out how to find the API-KEY of my bot. You can find this URL for sending commands in the same place where your Key (Authorization) is located. The step-by-step process is to click on the gear icon in the top right corner, then click on the "Connection Information" tab: The URL will be located at the end of the page. If the status is for closing, choose the option ClosedClient: What is a plugin? The BLiP plugin is an independent way to connect unofficial resources to enhance the functionality of the portal. What are the functionalities of this plugin/tool? View all tickets of a bot View all information of a ticket Filter tickets by: Status Customer Agent Storage Date Open Date Status Date Last Client Message Date Close tickets in waiting status Close tickets in open status Close tickets that have already been closed by contacts (ClosedClient) How to connect this plugin to my bot? Access the advanced settings of your bot: Add an entry with the following respective values: Domain : postmaster@portal.blip.aiKey : PluginsValue : { "close-multiple-tickets-plugin": { "name": "Close Multiple Tickets", "url": "https://blip-close-multiple-tickets.netlify.app/" }} The result will be: Refresh your web page (F5). Access the path in the image below to access the added plugin: How and why to use this project as a tool? As mentioned earlier, the purpose of using this project as a tool is to avoid the need to connect the tool to the portal as a plugin, creating independence from your environment and functionality. Access the project link 1. Fill in the necessary information, which you can find in the image below. Click the Load button. Can I view the code of this application? Access the code on GitHub in our Blip Tools 1 repository. For more information, access the discussion on this topic in our community or the videos on our channel. 😃 Related articles Finding my bot's API-KEY User Closing Tickets Blip Desk Overview Service monitoring Creating interactive messages in WhatsApp