SDK expansion: New open app feature integrations method

We recently added a new method to the SDK! :zap:

The openAppFeatureIntegrations method enables you to open a modal with integrations, and it requires the boardId parameter.

monday.execute('openAppFeatureIntegrations', { boardId: 1234567 })

Thanks. Can you share recommended use cases that will benefit from this feature?