#[SOLVED] cloud Function triggering
1 messages · Page 1 of 1 (latest)
The Functions service allows you to create custom behaviour that can be triggered by any supported Appwrite system events or by a predefined schedule.
Appwrite Cloud Functions lets you automatically run backend code in response to events triggered by Appwrite or by setting it to be executed in a predefined schedule. Your code is stored in a sec...
My function has a json response, can I pass it back to client app.??
yes, the execution has a response attribute
Thanks. it worked
Thanks for the confirmation. Marking this one as solved then. Feel free to reopen the thread, if you encounter more problems.