import { useParams } from 'common' import { InlineLink } from '@/components/ui/InlineLink' export const PlatformWebhooksPreview = () => { const { slug = '_', ref = '_' } = useParams() return (

Configure webhook endpoints and review deliveries from both project and organization settings pages.

) }