added scope is prevent some clients to connect

My app use these scopes:

contacts content business-intelligence forms

Some of our clients wanted us to report social media (posts).

So we add the social scope and build the report.

But now there are new clients that can’t connect to the app because its hub doesn’t support some HubSpot features (see screenshot).

So if I understand right, I should create different apps with different scops for every combination of hubSpot features…

Hi, @PowerMyAnalytic.

Thanks for reaching out.

Optional scopes make it possible to support different account subscription combinations with a single app.

You can leverage the optional_scope parameter and place social and other optional scopes within so that accounts lacking a Marketing Hub Professional or Enterprise subscription can still connect with the required scopes you have defined in the scope parameter.

Thanks @IsaacTakushi !

I wasn’t aware to this option…