@extends('root') @section('title', 'Detail WABA Pool') @section('content')
{{ $wabaPool->account_name ?? 'No Account Name' }}
| Account Name | {{ $wabaPool->account_name ?? '-' }} |
| WABA ID | {{ $wabaPool->waba_id }} |
| Phone Number ID | {{ $wabaPool->phone_number_id }} |
| Phone Number | {{ $wabaPool->phone_number }} |
| Type | @if($wabaPool->type === 'dedicated') Dedicated @else Shared @endif |
| Status | {{ ucfirst($wabaPool->status) }} |
| Cooldown | @if ($wabaPool->cooldown_until) @if ($wabaPool->cooldown_until->isPast()) Yes @else {{ $wabaPool->cooldown_until->format('d M Y H:i') }} @endif @else - @endif |
| Created | {{ $wabaPool->created_at->format('d M Y H:i') }} |
| Price | Rp {{ number_format($wabaPool->dedicated_price ?? 0, 0, ',', '.') }} |
| Assigned To | @if($wabaPool->dedicatedAssigns && $wabaPool->dedicatedAssigns->where('status', 'active')->first()) {{ $wabaPool->dedicatedAssigns->where('status', 'active')->first()->client->name ?? '-' }} @else Not Assigned @endif |
Nomor ini akan digunakan dalam pool routing berdasarkan prioritas dan ketersediaan quota harian.
| Tier 1 | 1,000/day |
| Tier 2 | 10,000/day |
| Tier 3 | 100,000/day |
| Tier 4 | Unlimited |
Set Meta Token terlebih dahulu untuk melihat status.
@elseKlik "Cek Status" untuk melihat konfigurasi webhook di Meta.
@endif| Time | From | Type | Message |
|---|---|---|---|
| No inbound messages yet | |||
Manage subscription fields untuk WhatsApp Business API. Hanya field "messages" yang valid untuk Meta.
messages - Pesan chat masuk/keluar
Field lain seperti message_deliveries, message_reads, dll.
mungkin tersedia pada API lain tetapi tidak valid untuk WhatsApp.
| Time | Action | Status | Details |
|---|---|---|---|
| Loading logs... | |||