From 34a4c9c6033ff713ac7878119a8099c32226c9da Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Fri, 20 Dec 2024 13:30:56 +0000 Subject: [PATCH] docs(virtualq): describe connection and actions --- packages/docs/pages/.vitepress/config.js | 9 +++++++++ packages/docs/pages/apps/virtualq/actions.md | 18 ++++++++++++++++++ .../docs/pages/apps/virtualq/connection.md | 13 +++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 packages/docs/pages/apps/virtualq/actions.md create mode 100644 packages/docs/pages/apps/virtualq/connection.md diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index 0d0cc410..0fd2511b 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -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, diff --git a/packages/docs/pages/apps/virtualq/actions.md b/packages/docs/pages/apps/virtualq/actions.md new file mode 100644 index 00000000..ee3be67b --- /dev/null +++ b/packages/docs/pages/apps/virtualq/actions.md @@ -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. +--- + + + + diff --git a/packages/docs/pages/apps/virtualq/connection.md b/packages/docs/pages/apps/virtualq/connection.md new file mode 100644 index 00000000..59b3c5b8 --- /dev/null +++ b/packages/docs/pages/apps/virtualq/connection.md @@ -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!