I'm developing a clinical website with an intake form. When users submit their information, it's automatically stored in Appwrite's database.
I'd like to set up a system where an email is sent to a specific recipient each time the database is updated with a new form submission.
Questions:
- does appwrite support database triggers or event listeners for this use case?
- if so, could you provide guidance or documentation on configuring such a trigger?
Thank you for the assistance!
Recommended threads
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- AppwriteException: Invalid document stru...
``` await tablesDB.createRow({ databaseId: '***', tableId: '***', rowId: user.$id, data }); ``` ...
- @napi-rs/canvas in Cloud Function
Has anyone tried rendering images using [@napi-rs/canvas](https://www.npmjs.com/package/@napi-rs/canvas) in Appwrite Functions? I've got a Bun runtime setup for...