@extends('layout.app') @section('content')

Reminder Voice SMS Schedule Settings

@csrf
@error('days_before')
{{ $message }}
@enderror Number of days before the expire date to send reminder voice SMS to due customers. (Range: 1-60 days)
@error('schedule_time')
{{ $message }}
@enderror Set the time when reminder voice SMS should be sent. Format: 24-hour format (HH:MM), e.g., 14:30 for 2:30 PM, 09:00 for 9:00 AM
@error('voice_id')
{{ $message }}
@enderror Select a specific voice file from the library. If not selected, the latest enabled voice will be used.
Back to Send Voice

Information

About Reminder Voice SMS Schedule
    {{--
  • This setting controls when the php artisan voice:send-reminder command will automatically run.
  • --}}
  • Days Before Expire Date: The command will target due customers who will expire in the specified number of days.
  • For example, if you set "3 days", the command will send reminders to customers who have due amounts and will expire in exactly 3 days.
  • Schedule Time: The time when the command will run daily. Uses 24-hour format (00:00 to 23:59). Example: 14:30 = 2:30 PM, 09:00 = 9:00 AM.
  • Voice File: Select a specific voice file from your library. If not selected, the latest enabled voice will be used automatically.
  • The command runs daily at the specified time and checks for customers expiring in the specified number of days.
  • {{--
  • Note: Make sure your cron job is properly configured to run Laravel's scheduler (php artisan schedule:run) every minute.
  • --}}
@endsection @section('ajax') @endsection