Level up your Box knowledge with brand new learning paths on Box University. Visit training.box.com to get started

Can we get box metadata change event in event listener?

New post

Comments

3 comments

  • Kourtney

    Hello , 

     

    Yes, we do have webhook events for metadata and collaboration changes. You can find a complete list of options here: https://developer.box.com/guides/webhooks/manage/triggers/

     

    Best, 

    Kourtney

    Box Technical Support Engineer

    0
    Comment actions Permalink
  • samxia

    Thanks a lot, I will try it.

    0
    Comment actions Permalink
  • samxia

    I did some experiment today, I created a Webhook trigger successfully but it seems it is not triggered when I uploaded a file to a folder because my service is not called.

     

    In java, the Webhook is created by

    BoxWebHook.Info hookInfo = BoxWebHook.create(new BoxFolder(api, folderId), url,                BoxWebHook.Trigger.FILE_UPLOADED);

     

    btw, the trigger is BoxWebHook.Trigger.FILE_UPLOADED not BoxWebHook.Trigger.FILE.UPLOADED as said in the Webhook document, do you know why?

     

    Is there anything I missed here, thanks a lot for your reply in advance.

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.