@voximplant/kit-functions-sdk

Voximplant Kit cloud functions client

Usage no npm install needed!

<script type="module">
  import voximplantKitFunctionsSdk from 'https://cdn.skypack.dev/@voximplant/kit-functions-sdk';
</script>

README

Voximplant Kit functions

Voximplant Kit functions allow you to store code in the Voximplant Kit cloud and run it from your scenarios. This can be extremely useful to access other apps' API in your scenario and handle multiple channels in the Contact Center.

Requirements

To use Voximplant Kit functions you need:

  1. A Voximplant Kit account. You can register one here.
  2. Access to Voximplant Kit functions. Please contact us to request access.

How to use

  1. Open your Voximplant Kit control panel and navigate to the "Functions" section.
  2. Click the "+ Blank function" button. It opens a web-editor.
  3. Implement the function and give it a name, then click the "Create" button to save it.
  4. You can use the function in your scenario or Contact Center:
    1. To add the function to your scenario, choose "function request" from the left menu.
    2. To add the function to your Contact Center, open the channel settings and choose Functions.