if there is a way an http event can trigger that?
eg: GET /v1/functions/myFuntion and the function responds then?
Probably, this is what you need https://appwrite.io/docs/client/functions?sdk=web-default#functionsCreateExecution
So basically each time the client hits that end point the function code will run?
Yep, exactly š Keep in mind thisrequires you to use specific method (POST), provide specific headers (x-appwrite-project), and apply specific body structure (json with data string)
POST: /v1/functions/{functionId}/executions I suppose this end point
thank you so much this was great :)
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...