There is a function on monday SDK called execute and there is an action called addMultiBlocksFromHtml. I need to make a migration from Confluence to monday docs. Confluence returns the page content as HTML and I think that action on monday would help a lot.
I need to create that migration in a nodejs app. But when I try to use the execute function I receive an error: execute is not a function.
Is there any way to use the same function/action on server side? Could you guys help me to find another solution for this?