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