Webhooks and Triggers
planned
J
James McIntyre
I would love this feature. A common use case is enforcing a more reliable way to keep changes to user records propagated to an authorization provider. I'm sure you guys are already doing your xata thing and thinking of a cool way to enable this but I was thinking since you already have xata workers infrastructure it'd additionally be great to allow the record change to trigger a custom worker script. Making this as easy as
const customPropogateWorkerScript = ((updates) => {..etc})
const userDataWatcher = await xata.db.Users.any({}, customPropogateWorkerScript);
Kostas Botsas
planned