Content Webhooks
Receive content updates from WordPress, CMS systems, and other sources.
Create endpoint
{{-- View Toggle --}}
EndpointsWebhook Logs
{{-- Filters --}}
@if($view === 'endpoints')
@else
@endif
@if($view === 'endpoints')
{{-- Endpoints List --}}
@if($this->endpoints->isEmpty())
No webhook endpoints yet
@if($search)
No endpoints match your search.
@else
Create an endpoint to start receiving content webhooks.
@endif
@unless($search)
Create your first endpoint
@endunless
No webhook logs yet
@if($search || $statusFilter)
No logs match your filters.
@else
Webhook logs will appear here once you start receiving webhooks.
@endif