Send an SMS to all dispatchers when a new booking is placed via any method.
JSON Source Code
{
"event": "created_booking",
"conditions": {
"0": {
"command": "booking_type",
"operator": "airport"
},
"1": {
"command": "booking_type",
"operator": "prebook"
},
"2": {
"command": "booking_type",
"operator": "instant"
},
"match": "any",
"frequency": "unlimited"
},
"actions": {
"0": {
"command": "send_sms",
"operator": "owner",
"value": "New Booking Received! Go to https://cp.gazoop.com/bookings/live_bookings/ to view."
},
"1": {
"command": "send_sms",
"operator": "dispatch",
"value": "New Booking Received! Go to https://cp.gazoop.com/bookings/live_bookings/ to view."
}
}
}