I have this webhook in appwrite but unfortunately this webhook isn't being triggered whenever I change something in the database. I've put the right databaseID and collectionID. I'm not sure why its not triggering.
When I put the POST URL in the browser, its successful so I'm not sure what's happening.
TL;DR
Developers inquired about webhooks not triggering in their appwrite setup despite configuring the correct databaseID and collectionID. They've confirmed the POST URL is successful when accessed directly. The issue might be related to the webhook setup or the database changes not triggering the webhook as expected.