@extends('layouts.app') @section('title', 'Settings — Integrations') @section('content')

Settings — Integrations

Configure third-party service integrations.

{{-- Pill tabs --}}
{{-- ===== WhatsApp tab ===== --}}
{{-- Card header --}}
WhatsApp (UltraMSG)
Send WhatsApp messages and notifications via UltraMSG
{{ $whatsappSettings['enabled'] ? 'Enabled' : 'Disabled' }}
{{-- Two-column body --}}
{{-- Left: Settings --}}
Connection Settings
{{-- Instance ID --}}
{{-- API Token --}}
{{-- Webhook Secret --}}
{{-- Webhook Path --}}
{{ url('/') }}/

Full webhook URL: {{ url('/') }}/{{ $whatsappSettings['webhook_path'] }}

{{-- Actions --}}
{{-- Right: Send Test Message --}}
Send Test Message

Verify the connection works end-to-end by sending a real WhatsApp message.

{{-- end WhatsApp tab --}} {{-- ===== Email tab ===== --}} {{-- end Email tab --}} {{-- ===== Mail Accounts Modal ===== --}}
@endsection