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

Box Windows SDK V2 - how to access enterprise webhooks V2 via API?

Answered
New post

Comments

1 comment

  • justinmhill

    Actually never mind - the writing it out actually helped me think through the problem some and I went with a solution where every webhook we create actually had a distinct URL for each user (so, before our notification payload parsing URL was just static, for example /api/BoxNotifications. Now when the user creates the webhook, we assign the webhook a URL of, for example, /api/BoxNotifications/{userId}, so that we can just take it in as a parameter directly).

     

    Hopefully some other folks learn from my mistake/misunderstanding.

    0
    Comment actions Permalink

Please sign in to leave a comment.