{{ __('Set up keyword-based auto-replies for incoming messages. Rules are checked before AI auto-reply.') }}
{{ __('Enter a sample message to see which rule would match.') }}
{{ __('Create your first rule to automatically reply to messages that contain specific keywords.') }}
{{ $message }}
@enderror{{ __('Comma-separated. Case-insensitive matching.') }}
@error('keywordsInput'){{ $message }}
@enderror@if($matchType === 'any') {{ __('Triggers if the message contains') }} {{ __('any') }} {{ __('of the keywords.') }} @elseif($matchType === 'all') {{ __('Triggers only if the message contains') }} {{ __('all') }} {{ __('keywords.') }} @else {{ __('Triggers only if the full message text exactly equals one of the keywords.') }} @endif
{{ $message }}
@enderror{{ __('HTML is supported for email replies.') }}
@error('replyBody'){{ $message }}
@enderror{{ __('Higher priority rules are checked first. Default is 0.') }}
{{ __('Enable or disable this rule') }}
{{ __('Only trigger on the first inbound message in a conversation') }}