docs(virtualq): describe connection and actions
This commit is contained in:
@@ -546,6 +546,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/typeform/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'VirtualQ',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/virtualq/actions' },
|
||||
{ text: 'Connection', link: '/apps/virtualq/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Vtiger CRM',
|
||||
collapsible: true,
|
||||
|
||||
18
packages/docs/pages/apps/virtualq/actions.md
Normal file
18
packages/docs/pages/apps/virtualq/actions.md
Normal 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 />
|
||||
13
packages/docs/pages/apps/virtualq/connection.md
Normal file
13
packages/docs/pages/apps/virtualq/connection.md
Normal 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!
|
||||
Reference in New Issue
Block a user