Webhooks

All webhook typically refers to the various divisions or units within a company or organization that sent the incoming or reply data to the url.

@forelse($webhookUrls ?? [] as $webhookUrl) @empty @endforelse
#
Platform Url Status Created At Action
{{$loop->index + 1 }}
{{$webhookUrl->platform}} {{$webhookUrl->url}} {{$webhookUrl->status()}} {{$webhookUrl->created_at->diffForHumans()}}
There is no Webhook found
{!! $webhookUrls->links() !!}