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

Notification Settings

Configure notification channels for your customers

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

WhatsApp Provider

Choose your WhatsApp messaging provider

Notification Triggers

Choose when to send WhatsApp notifications to customers

notify_on_order_created ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded mt-1">

ℹ️ Only applies to internal orders (Sales Pages & Manual Checkout). Synced WooCommerce and Webhook orders are excluded to prevent spam.

notify_on_order_processing ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
notify_on_order_completed ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
notify_on_order_cancelled ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
notify_on_awb_generated ?? true) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">

Message Templates

Customize the message templates. Available variables: {customer_name}, {order_number}, {total}, {currency}, {tracking_number}, {courier}, {tracking_url}, {store_name}

Additional Settings

This will be used in message templates as {store_name}

is_active ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
Cancel
@endsection