Documentation Index

Fetch the complete documentation index at: https://docs.natterbox.com/llms.txt

Use this file to discover all available pages before exploring further.

Got 2 minutes? We'd love your feedback to help us improve our documentation.

Setting up PCI for SCV

Prev Next

In order to have the PCI button available in SCV admins must create a new voice extension. A short video on how to do this can be found here.

The code needed to create the Aura component is

<aura:component implements="opencti:availableForVoiceExtension,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome" access="global"> <nbavs:pciAgentAssist/> </aura:component>