Unable to Receive webhook notifications
I am new to BOX, I am integrating box into my application and wanted to be notified if the box folder has been updated.
I have created a web-hook but I am not receiving any notifications from BOX
The web-hooks will be created based on user selected folders for my application, so for every created web-hook do I will have to create support Request ?
Thanks In Advance
-
Can you please test these two things to help us identify where the issue is?
1. Create a Box webhook that sends events to RequestBin. This will help us confirm if the Box webhook service is working as expected.
2. Make a POST request with cURL to your application. This will help us confirm if your application is receiving and processing requests as expected.
curl -d '{"key1":"test", "key2":"test"}' -H "Content-Type: application/json" -X POST https://Domain.com/WebhookEndpoint
Post is closed for comments.
Comments
1 comment