Add a Subscriber to the Inbound Task Queue — Email
1. Description
This Flow schema is used for receiving email messages from the address specified in the Email profile settings. The Flow schema routes the received emails to the Queue for an Agent.
1.1. Flow example
An example flow can be seen in Figure 1.
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 |
---|---|---|---|
Branch 1 | |||
Start |
| Start component | |
| In the Custom code field, enter: {
"findContact": {
"q": "${from}",
"qin": [
"emails"
],
"setVar": "listContacts",
"size": 10,
"token": "SUPER"
}
} | ||
| In the Expression field, enter the following condition:
| ||
Branch 2 | |||
| |||
|
| In the Custom code field, enter: {
"linkContact": {
"contactIds": "${contactIds}"
}
} | |
Branch 3 | |||
|
|