Check Frustration
Description

The Check Frustration Node checks if the user seems stuck within a certain path in the Flow and sends a message after X user inputs.
This Node works by tracking the Node path that has been executed until the Check Frustration Node is reached. If it is equal to the path in the last input, the frustration index is increased until it hits a treshold and the message is sent.
Parameter | Type | Description |
---|---|---|
text | String | Text to send if the threshold is hit |
data | JSON | Data to send if the threshold is hit |
threshold | Number | Frustration index to reach until message is sent |
reset | Boolean | Reset the frustration index to zero after message is sent |
You can only have one Check Frustration Node per Flow or the behavior will be unpredictable.
Updated over 3 years ago