Can I get alerts for stale user data?
Built-in staleness alerting isn't available.
1
2
3
PreviousCan I route different data types to different destinations?NextCan I rate-limit backfill webhook delivery?
Last updated
Was this helpful?
Built-in staleness alerting isn't available.
Built-in staleness alerting isn't available. To detect stale users yourself:
List all users via the /subscriptions endpoint.
Inspect each user's last_webhook_update field.
Alert on users whose last update exceeds your staleness threshold.
Last updated
Was this helpful?
Was this helpful?