This page was last edited on July 17, 2020, at 15:48.
Comments or questions about this documentation? Contact us for support!
When you create your application, Genesys Web Engagement also creates default chat routing and engagement logic strategies in the \apps\<application_name>\_composer-project\ folder.
Orchestration Server (ORS) uses these strategies to decide whether and when to make a proactive offer and which channels to offer (chat or web callback).
You can modify these strategies by importing them into Composer.
Copy projects into workspace
.Finish
to import the project. The WebEngagement_ChatRouting and WebEngagement_EngagementLogic project are added to the Project Explorer. End
You can use web services in your SCXML in the following ways:
<session:fetch srcexpr="BackendURL + '/data/gateway/engage'" method="'post'" type="'application/json'" enctype="'application/json'">
<content _expr="ixnProfile"/>
</session:fetch>
</onentry>
Purpose: To add security credentials to the default SCXML strategy to support authentication for the REST API.
Prerequisites
Start
var user = 'user1';
var password = 'password1';
End