WhatsApp Test Centre

Check Meta connectivity, template variables, dynamic button parameters and the latest WhatsApp debug logs.

@csrf

Current WhatsApp settings

Token{{ $wa['has_token'] ? 'Saved' : 'Missing' }}
Phone number ID{{ $wa['has_phone_id'] ? 'Saved' : 'Missing' }}
Template{{ $wa['template_name'] }}
Language{{ $wa['template_lang'] }}
Button base
{{ $wa['button_base'] }}

Send a template test

@csrf
English (UK) should be en_GB.
Use only the dynamic URL part, not the whole link.

Latest WhatsApp campaign logs

@forelse($latestLogs as $log) @empty @endforelse
IDCampaignSubscriberStatusError
{{ $log->id }} #{{ $log->campaign_id }} {{ $log->subscriber->full_name ?? '' }} {{ $log->subscriber->wa_phone_e164 ?? '' }} {{ $log->status }} {{ $log->error_code }} {{ $log->error_message }}
No WhatsApp logs yet.

Last WhatsApp debug lines

@forelse($debugLines as $line){{ $line }}
@emptyNo whatsapp-debug.log entries found yet.@endforelse