@vite(['resources/css/app.css', 'resources/js/app.js']) @php($signedInUser = auth()->user())

Support

Fill out the form below and we'll get back to you within 1 business day. You can also email us directly at support@reply.reviews.

Send us a message

Tell us what's going on — the more detail, the faster we can help.

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->has('support'))
{{ $errors->first('support') }}
@endif @if ($errors->any() && ! $errors->has('support'))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if ($signedInUser)

Signed in as {{ $signedInUser->name }} ({{ $signedInUser->email }}). You can still edit the contact details below if you want us to reply somewhere else.

@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('topic')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

Common questions

@php($faqs = [ [ 'question' => 'What does Reply.Reviews access on my Google account, and why?', 'answer' => "We request two separate permissions: Google Calendar (read-only) to detect appointments and time your review invites, and Google Business Profile (management) to read incoming reviews and post your replies. We don't edit, create, or delete your business listing — only read reviews and post replies.", ], [ 'question' => 'How do I disconnect Google Calendar or Google Business Profile?', 'answer' => 'Go to Settings → Connections in your dashboard and click Disconnect next to either integration. You can also revoke access anytime directly from your Google Account permissions page.', ], [ 'question' => "My review invites aren't sending — what should I check?", 'answer' => 'Confirm Calendar is still connected under Settings → Connections, and that the appointment has a valid customer email attached. Check your Plan tab to confirm you have not hit your monthly invite limit.', ], [ 'question' => 'How do I cancel or change my plan?', 'answer' => 'Go to the Plan tab in your dashboard — upgrade, downgrade, or cancel anytime. There is no contract, and you keep access through the end of your current billing period.', ], [ 'question' => 'Is there a free plan?', 'answer' => 'Yes — 25 invites and 5 AI replies per month, no card required.', ], [ 'question' => 'Can I send invites manually, not just automatically?', 'answer' => 'Yes — manual invites work for walk-ins or one-off customers alongside the automatic calendar-based flow.', ], ]) @foreach ($faqs as $faq)
{{ $faq['answer'] }}
@endforeach

Reply.Reviews Ltd · Privacy Policy · Terms of Service

@livewire('setup-popup')