Other types

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-04 and later

An object containing the entity's lifecycle event configuration input.

FieldTypeDescription
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.

FieldTypeDescription
event_typeString!The lifecycle event type. View the full list of supported event types here.
is_syncBooleanWhether the app’s handling of the event is synchronous. Default is false.
webhook_urlString!The HTTPS URL to receive notifications. Maximum of 2,048 characters.