-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Twilio Flex): Add Twilio Flex integration example
BREAKING CHANGE: Make buildEntry getInstance environment variable driven Twilio Flex integration is implemented. Documentation added.
- Loading branch information
rgugrani
committed
Oct 21, 2020
1 parent
7320a90
commit 86fdd62
Showing
18 changed files
with
2,825 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#name of the service desk class to be instantiated. Ex: ExampleServiceDesk, TwilioFlex, GenesysServiceDesk | ||
SERVICE_DESK_CLASS=ExampleServiceDesk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#twilio Account ID | ||
ACCOUNT_ID='ACXXXXXX' | ||
|
||
#twilio Auth Token | ||
AUTH_TOKEN='XXXX' | ||
|
||
#Flex custom Flow id | ||
FLEX_FLOW_ID='FOXXXXX' | ||
|
||
#twilio API Key | ||
API_KEY='SKXXXXX' | ||
|
||
#twilio API Secret | ||
API_SECRET='XXXX' | ||
|
||
#Twilio Chat Service Id | ||
CHAT_SERVICE_ID='ISXXXXXXX' | ||
|
Oops, something went wrong.