clari-webhooks-events
Installation
SKILL.md
Clari Webhooks & Events
Overview
Clari does not provide real-time webhooks. Instead, build change detection by comparing periodic exports. This skill covers scheduled export diffing, Slack alerts for forecast movements, and Copilot webhook integration.
Instructions
Step 1: Forecast Change Detection Pipeline
# forecast_monitor.py
import json
from pathlib import Path
from datetime import datetime