Skip to main content
See Real-time Triggers for the conceptual overview. These endpoints configure the inbound side (external event → signal). For the outbound report webhook, see Webhook Sink.

RevenueCat webhook

Get the URL + Authorization value to paste into the RevenueCat dashboard:
RevenueCat then POSTs to /v1/cofounder/webhooks/revenuecat with that value in the Authorization header. Churn/billing events become churn_spike signals.

Custom signed webhook

Get your URL + signing secret:
Send a signed event — HMAC-SHA256 the raw JSON body with your secret:
High-severity events (high/critical) dispatch a run immediately; others are picked up by the event orchestrator within ~15 minutes.

App Store Server Notifications

No config endpoint — if you’ve pointed Apple’s App Store Server Notifications V2 at /v1/webhooks/apple, subscriber churn and refunds automatically emit signals.