Learn about other types supported by the get app lifecycle subscriptions API
The monday.com get app lifecycle subscriptions API enables you to read an app's feature-level lifecycle event subscriptions.
The types below are used by the get app lifecycle subscriptions query and are not independently queryable.
UpdateLifecycleSubscriptionsInput
Only available in versions
2026-04and later
An object containing the entity's lifecycle event configuration input.
| Field | Type | Description |
|---|---|---|
| lifecycle_events | [LifecycleEventInput!] | An object containing the input for a single lifecycle event subscription. |
LifecycleEventInput
An object containing the input for a single lifecycle event subscription.
| Field | Type | Description |
|---|---|---|
| event_type | String! | The lifecycle event type. View the full list of supported event types here. |
| is_sync | Boolean | Whether the app’s handling of the event is synchronous. Default is false. |
| webhook_url | String! | The HTTPS URL to receive notifications. Maximum of 2,048 characters. |
