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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...