// make.com integration
Run custom Python scripts for data analysis, API interactions, or any other logic directly within a Make.com module.

Make sure there is a return statement and you can access the input via the input variable.
The return type must match the returned by the Python Code.