Listen to root events with webhook v2
Is there some way to listen events like folder and file creation in the root folder using webhooks v2, or if is another way to receive a notification for these actions?
-
an alternative is to use the events api : https://developer.box.com/reference#get-events-in-an-enterprise
you can get all enterprise events and for each event, check the event type and what folder the event happened on. You would need to store the 'stream_position' value somewhere so you don't retrieve the same events over and over.
Please sign in to leave a comment.
Comments
3 comments