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

Import Bot Flow

Upload an Excel file to create a flow instantly

Back
@if(session('error'))
{{ session('error') }}
@endif
Upload Excel File
@csrf
๐Ÿ“Š
Click to browse or drag & drop
.xlsx files only  ยท  Max 5MB
Template
How to Import
@foreach([ ['Download the template', 'Click "Template" to get the pre-filled Excel file with the university lead flow'], ['Edit if needed', 'Modify flow_meta (settings) and flow_steps (questions) sheets as needed'], ['Upload & Import', 'Upload above โ€” your flow is created instantly with all steps and options'], ] as $i => [$title,$desc])
{{ $i+1 }}
{{ $title }}
{{ $desc }}
@endforeach
Excel Sheets
@foreach([['flow_meta','Flow name, trigger, settings'],['flow_steps','One row per question/step'],['instructions','Format reference guide']] as [$sheet,$desc])
{{ $sheet }} {{ $desc }}
@endforeach