The requirement is to call Scala sbt plugin action (Refresh Action) and intelliJ synchronize all action from a custom plugin. As described here, we can use below syntax to call Actions of other plugins from our custom plugin :-
ActionManager.getInstance().getAction(IdeActions.ACTION_COPY_REFERENCE);
Is there any way to figure out Action name and ids for functionalities that are highlighted in red blocks in below screenshot :-