Basically what I want to do is have a webhook to listen to some even and create a document in the Model collection in my database with some data coming from the payload.
That's essentially an Appwrite Function. However, the limitation right now is the request needs to be in a very specific format (headers and body).
The workaround is to put something in front to translate the request. you can use something like this: https://github.com/BoolCode/appwrite-funcover. In the next version of Appwrite, you won't need this.
I appreciate you sir @Steven
but @Steven why an endpoint before reaching the cloud function?
Please create a new post
Okay @Steven
I just did @Steven
Recommended threads
- Webhook cannot be deleted
After the webhook has been deleted, it can no longer be seen on the page. However, it has been observed that the appwrite-worker-webhook container is still gen...
- Webhook signatures
Hi, can someone help me with webhook signature validation in node js?
- Mistakenly rejected and Closed PR of hac...
Hello i have submitted a project called as Virtual -Labs for hackathon but the PR has been rejected and closed stating i have not used any of the appwrite servi...