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
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...