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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...