Possibility to use monday.execute on server side

Hello.

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?

Thank you!

1 Like

Hello there @marcelo1,

There is no way to do that from the server side.

What you want to do is to add HTML content to a workdoc? Is that the goal?

Looking forward to hearing from you :slightly_smiling_face:

Cheers,
Matias

2 Likes

Hello @Matias.Monday

That’s exactly what I need.

The Confluence API returns the content as HTML and I would like to create a doc_block with it.

Do you think it is possible?

Thank you!

Hey @Matias.Monday

Do you think it’s possible to send a HTML string for creating a document block?

Hello there @marcelo1,

Sorry for the late reply. As of today, HTML can not be added via API.

Let me know if you have any other questions!

Cheers,
Matias

1 Like