We have an alert for you:
Call Date: | {{ date('m/d/Y h:i a', strtotime($call->created_at) - 60 * 60 * 5) }} |
Call Type: | {{ $call->inbound_call_type }} |
Resolution: | {{ $call->inbound_resolution }} |
Customer Name: | {{ $call->first_name }} {{ $call->last_name }} |
Phone: | {{ $call->phone }} |
Cell Phone: | {{ $call->cellphone }} |
Email: | {{ $call->email }} |
Vehicle: | {{ $call->vehicle_year }} {{ $call->vehicle_make }} {{ $call->vehicle_model }} |
VIN | {{ $call->vin }} |
Appointment | {{ date('m/d/Y H:i', strtotime($call->appointment_date)) }} |
Comments | {{ $call->notes }} |
You can open a full history of your inbound calls by Clicking [inbound_last_calls_link].
Bookmark this page as it refreshes every 2 minutes. REMEMBER TO Right Click and complete each call so your coworkers know the customer is taken care of.