@extends('admin.layouts.netgescon') @section('title', 'Impostazioni Sistema') @section('breadcrumb') SuperAdmin Impostazioni Sistema @endsection @section('content')

Registrazione e Sicurezza

Check Servizi Google

Configurazione OAuth
Client ID: {{ ($googleStatus['client_id_configured'] ?? false) ? 'ok' : 'mancante' }}
Client Secret: {{ ($googleStatus['client_secret_configured'] ?? false) ? 'ok' : 'mancante' }}
Redirect URI: {{ ($googleStatus['redirect_configured'] ?? false) ? 'ok' : 'mancante' }}
Connessione Account
Stato: {{ ($googleStatus['oauth_connected'] ?? false) ? 'collegato' : 'non collegato' }}
Email: {{ $googleStatus['oauth_email'] ?? '-' }}
Servizi
Calendar: {{ ($googleStatus['calendar_enabled'] ?? false) ? 'ok' : 'ko' }}
Rubrica: {{ ($googleStatus['contacts_enabled'] ?? false) ? 'ok' : 'ko' }}
Drive: {{ ($googleStatus['drive_enabled'] ?? false) ? 'ok' : 'ko' }}
@csrf

Comunicazioni Omnicanale (Test)

Puoi instradare i webhook su ticket o post-it usando query param: ?mode=ticket&ticket_id=123 oppure ?mode=auto_post_it.

Webhook Telegram: {{ url('/api/v1/communications/telegram/webhook') }}
Webhook WhatsApp: {{ url('/api/v1/communications/whatsapp/webhook') }}

Tema Interfaccia Personale

@endsection