@include('whatsappcenter::admin.partials.styles')

{{ isset($reply) ? 'Edit Auto Reply' : 'Create Auto Reply' }}

Define what the bot replies when a trigger matches

Back
@if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf @if(isset($reply)) @method('PUT') @endif
{{-- TRIGGER ───────────────────────────────────────────────────────────── --}}
Trigger — When to reply?

Only fire this reply when conversation is in this state

Lower = higher priority

{{-- RESPONSE ──────────────────────────────────────────────────────────── --}}
Response — What to reply?

Placeholders: {name} {phone} {company}

Cancel