Javascript on Custom Action

Hello all,

I’m working on a custom action to be used with a recipe. However, when I read through the documentation at Custom actions, it seems like my endpoint should return only with a 200 and everything else is considered an error by monday.com as demonstrated by the fact that it will keep retrying the requests for next 30 mins.

My question is would it be possible to run custom javascript as part of an action, for instance, opening a new browser tab on button click?

At the moment, that is not possible.