External Python Script Custom Action API

Hi guys.

I am wondering if anyone has managed to call an external python script via custom action API for features that might be easier to implement this way rather than using Adalo’s logic?

Any guidance would be much appareciated!

Hi Nick @njf,

I did it with DigitalOcean’s functions in Node.js. Python should be similar.

You need to be sure that your function expects JSON and returns JSON together with Content-type: application/json.

Also you can use tools like Make / Zapier / Pipedream / … to run automations and integrations.

Best regards, Victor.