// make.com integration

Execute Inline Python

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

Execute Inline Python
Execute Inline Python

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.