/** * Webhook Integration Module * * Push events to external URLs via HTTP POST. * Works in all environments. */ export { WebhookIntegration, integration, type WebhookConfig } from './WebhookIntegration.js'