Okay there is the thing. Im using Supabase as main backend, but self host Supabase is a hell and edge functions are just bad. So I wanna use Appwrite functions instead. I have a webhook in Supabase which gonna call appwrite functions through HTTP request. But Apprite read the body with a sub object body
in the body request... But I cannot change that in Supabase to send the body in sub object. So how can I do ? Why Appwrite use sub object ? Thx !
TL;DR
You can trigger Appwrite functions through API with payload by sending the body in a sub-object. Appwrite reads the body using a sub-object in the request, so ensure the data is formatted correctly. Unfortunately, you cannot change this in Supabase.