We recently added a new method to the SDK!
The openAppFeatureIntegrations
method enables you to open a modal with integrations, and it requires the boardId
parameter.
monday.execute('openAppFeatureIntegrations', { boardId: 1234567 })
We recently added a new method to the SDK!
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?