Priority of caller notification

Forum to discuss everything related to the current development build of Automagic.

Moderator: Martin

Locked
Joost van Gils
Posts: 19
Joined: 20 Mar 2014 09:00

Priority of caller notification

Post by Joost van Gils » 25 Mar 2014 12:00

Get a notification of the priority of the incoming call. The priority is calculated by the average duration in the call log. This is my firts attempt to put an artificial intelligence algorithm (K-Means) into an Automagic flow, so the flow contains a lot of scripting. 5 priority groups are calculated (K=5) by the average duration of the calls (priority1: long calls, priority5: short calls). Of course you can extend the flow to your needs when you want to perform specific actions on the priority groups Use your imagination. Please feel free to comment when you have optimization tips for this script.
Attachments
flow_Priority_of_caller_notification.xml
(32.47 KiB) Downloaded 1068 times

Locked