I need to be able to call a weweb.io page or workflow from e.g. WordPress to get some JSON data.
I guess that isn’t posssible at all right? Setting the body content to some JSON on page load will of course not work, as it is JS that needs to be run - which isn’t run doing a request from a PHP page.
I could of course call a Supabase Edge function instead, but id rather not as it seems a bit overkill.
Any good suggestions?