{{ __('Settings') }}

Gupshup API Configuration

@csrf

Your Gupshup API key for authentication

Your registered Gupshup application name

Your WhatsApp Business number (with country code)

URL where Gupshup will send webhook notifications

Additional Settings

How often to sync templates automatically

Connection Status

Not tested yet

Webhook Configuration

Setup Instructions

  1. Copy the webhook URL from the form above
  2. Log in to your Gupshup dashboard
  3. Navigate to your app settings
  4. Set the webhook URL in the callback URL field
  5. Enable webhook notifications for message events
  6. Save the configuration
Current Webhook URL
{{ url('/api/webhook/gupshup') }}
Webhook Status
{{ ($settings['gupshup_webhook_enabled'] ?? false) ? 'Enabled' : 'Disabled' }}

System Information

Laravel Version: {{ app()->version() }}
PHP Version: {{ PHP_VERSION }}
Platform Version: 1.0.0
@push('scripts') @endpush