Deploy Python Script on Monday and call it from Webhook

Hello everyone,

Is there a way on how to deploy a python script on Monday?
Use Case:

  • I have a python script that needs to be executed when an item is created.
  • Should be able to pass the item id on the script.
  • Execute the python script (script may create board, create item, etc).

Can this be achieved using the Webhook?

Also, can I use the Developers’ My Apps? “monday.com/apps/manage
(I’m not sure how to use this.)

Is this even possible? Thank you!

It is not possible within monday platform with python, but is with Javascript. You need to look at monday code.

You could also host the python script in AWS Lambda for example.

1 Like