Cloud9 Webhook responses

New post

Comments

1 comment

  • Murtza

     Would it be possible to test these two things to help 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://applications-UserName.c9users.io/WebHook  

     

    0
    Comment actions Permalink

Please sign in to leave a comment.