GreatsOriginal post
Web Developer
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
Summary
New developer struggling with setting up webhooks in Django to connect with Appwrite. Configured events in Appwrite but not receiving them in Django app. Followed a NodeJS example but looking for a solution specific to Django.