Send an SMS to No Answer Drivers when 1 Job or more in Queue
JSON Source Code
{
"event": "every_10_mins",
"conditions": {
"0": {
"command": "driver_status",
"operator": "equals",
"value": "NoAnswer"
},
"1": {
"command": "queue_length",
"operator": "greaterThanOrEqual",
"value": "1"
},
"match": "all",
"frequency": "unlimited"
},
"actions": {
"0": {
"command": "send_sms",
"operator": "assigned_driver",
"value": "You are currently in the No Answer status - please go to Available or Away as soon as possible. gazoop://open"
}
}
}