docs(virtualq): describe connection and actions

This commit is contained in:
Ali BARIN
2024-12-20 13:30:56 +00:00
parent b0e186cfbd
commit 34a4c9c603
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
favicon: /favicons/virtualq.svg
items:
- name: Create waiter
desc: Creates a waiter.
- name: Delete waiter
desc: Deletes a waiter.
- name: Show waiter
desc: Shows a waiter.
- name: Update waiter
desc: Updates a waiter.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,13 @@
# VirtualQ
:::info
This page explains the steps you need to follow to set up a VirtualQ connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the VirtualQ dashboard and open "Contact Center" page (https://dashboard.virtualq.tech/).
2. Open **API Tokens** tab.
3. Click the **New Token** button.
4. Provide a description for your token in the **Optional description** field and submit the form.
5. Copy the shown token and paste it to the **API Key** field on the Automatisch connection creation page.
6. Click **Submit** button on Automatisch.
7. Now you can start using the new VirtualQ connection!