Skip to main content

Deploy Python Script on Monday and call it from Webhook

  • February 19, 2024
  • 1 reply
  • 322 views

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?

GraphQL API

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!

1 reply

  • Participating Frequently
  • February 19, 2024

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.