catalog_organization.
get_declarative_notification_channels
get_declarative_notification_channels() -> list[CatalogDeclarativeNotificationChannel]
Get all declarative notification channels in the current organization.
Parameters
NoneReturns
| type | description |
|---|---|
| list[CatalogDeclarativeNotificationChannel] | list[CatalogDeclarativeNotificationChannel]: List of declarative notification channels. |
Example
sdk.catalog_organization.get_declarative_notification_channels()