@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 ===== --}}
✉️
Microsoft 365 (Azure Mail)
Send emails via Microsoft Graph API using Azure AD
{{-- Enable toggle --}}

Enable Email Notifications

When disabled, no emails will be sent.


{{-- Tenant ID --}}
{{-- Client ID --}}
{{-- Client Secret --}}
{{-- From Address --}}

Must be a mailbox in your Microsoft 365 tenant.

{{-- Actions --}}
{{-- Send Test Email accordion --}}
{{-- end Email tab --}}
@endsection