For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?