I want to listen to create document only! How can I achieve that?
In realtime you're not listening to specific events but rather to channels.
But, what could be your solution is to use Webhooks in which you can set a out-webhook based on single event
is there any examples that I can rely on to do that?
For which part? the webhook?
yes..
I want to listen to only create document event of that database not on update/delete
This way you can create a webhook
In this example the webhook will run only when the user.create event was fired
But you'll need some endpoint that will listen to it
Recommended threads
- Websocket error Realtime
Hi peeps, I am trying to create realtime updates and I am having websocket error Code is below this msg
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- Sub-minute server-side execution for rea...
Hey — I'm building a real-time auction app on Appwrite Cloud and running into a timing limitation I'd please love some clarity on. My use case: when a bidding ...