2025.2.24 • Published 4 months ago

@upscopeio/twilio-flex-component v2025.2.24

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Upscope Twilio Flex Component

Install

yarn add @upscopeio/twilio-flex-component

Adding the Integration on Upscope

In Upscope go to your settings > integrations and click on Twilio Flex to generate a Token.

Copy that Token and add it to the UpscopeWidget component on Flex (see instructions below).

Adding to Twilio Flex

import UpscopeWidget from '@upscopeio/twilio-flex-component';

As this is a beta version we support only AgentDesktopView for now

flex.AgentDesktopView.Panel2.Content.replace(
    <UpscopeWidget
        upscopeIntegrationToken={process.env.FLEX_APP_API_KEY}
        upscopeEnv='development'
        key={`main-component_${Math.floor(10000000 + Math.random() * 90000000)}`} />
)

Props

namedescription
upscopeIntegrationTokenEnvironment variable with the Twilio Flex integration token from Upscope
upscopeEnvEnvironment of Upscope's servers: production\|staging\|development
keyA random value for the React component key
2025.2.24

4 months ago

2025.2.15

4 months ago

2025.2.7

4 months ago

2025.2.9

4 months ago

2024.8.8

10 months ago

2024.8.5

10 months ago

2024.8.6

10 months ago

2.4.87

1 year ago

2.4.20

1 year ago

2.3.7

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago