Create an Activity on a missed call in Creatio
1. Description
Task of the flow:
For each incoming call, if it was not answered by an agent, create an Activity in Creatio.
1.1. Flow example
An example flow can be seen in Figure 1.
Fig. 1. The flow of create an Activity on missed call in Creatio
For convenience, you can download the completed json file, which is attached below, and then import it.
1.1.1. Flow description
Component | Block of component | Component parameters | Description |
---|---|---|---|
Start | Start component | ||
Ringback | Set the beeps. Selected tone - | ||
Bridge | Connect to Creatio. This requires:
| ||
Hangup | End the call | ||
Trigger | Trigger to execute the flow after the end of the call | ||
If | Checks if there was a connection. Specify the condition in the "Expression" field:
| ||
HTTP Request | To execute an HTTP REST request for authorization. This requires:
https://example-crm-bundle.terrasoft.ua/ServiceModel/AuthService.svc/Login It is necessary to replace the link with a link to your site;
| ||
Script | Truncate the Creatio BPMCSRF token from the received cookies into the "BPMCSRF" variable to authorize the following requests. This requires:
| ||
HTTP Request | Create an Activity on a missed call (Fig. 2). This requires:
|