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

Settings — Integrations

Configure third-party service integrations.

{{-- Pill tabs --}}
{{-- ===== WhatsApp tab ===== --}}

WhatsApp (UltraMSG)

{{-- Enable toggle --}}

Enable WhatsApp Notifications

When disabled, no messages will be sent.


{{-- Instance ID --}}
{{-- API Token --}}
{{-- Webhook Secret --}}
{{-- Webhook Path --}}
{{ url('/') }}/

Paste this full URL in your UltraMSG dashboard: {{ url('/') }}/{{ $whatsappSettings['webhook_path'] }}

{{-- Actions --}}
{{-- Send Test Message accordion --}}
{{-- end WhatsApp tab --}} {{-- ===== Email tab ===== --}} {{-- end Email tab --}} {{-- Mail Accounts Modal --}}
@endsection