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
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
