Welcome to the new Box Support website. Check out all the details here on what’s changed.

Unable to Receive webhook notifications

New post

Comments

1 comment

  • Murtza

     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

     

    0
    Comment actions Permalink

Post is closed for comments.