Webhook database trigger only when NOT from Server SDK (API key)
- 1
- Self Hosted
- Webhooks
- Databases
Like in the title I need to Sync the Appwrite with a other SQL Database so I got a Webhook trigger when something has a create/update/delete event in appwrite, now because other applications still need to use the other database I also write with my c# backend the new values into the appwrite database... is it possible to just trigger the event when it is NOT the c# backend?
Indeed would be nice to have the option to not trigger an event. I once wrote a function that would trigger after a document update and it would update the document again so that didn't end well.. π
Recommended threads
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...