I am new to appwrite and have managed to integrate most features but Webhooks are being a challenge. I want to connect to my existing django app,
I have setup my post url but not getting events in my app.
I have configured these events none is being sent to my app.
databases..collections.
databases..collections..documents.*
users..create
users.
is there any particular way to use webhooks in django. I saw a nodejs example but dont want to use node