Added

New feature-level lifecycle event subscriptions

Lifecycle events are now available at the app feature level, allowing your app to receive webhook notifications when users interact with specific features (e.g., when a board view is duplicated or a custom object is created).

This extends lifecycle events beyond the app level and gives you fine-grained control over which events your app listens to, where they’re delivered, and whether each event is handled synchronously or asynchronously.

Feature-level subscriptions are managed through a dedicated GraphQL API.