Skip to main content
Question

V1 Webhook get file when renamed

  • May 21, 2025
  • 2 replies
  • 35 views

Forum|alt.badge.img

In the event types listed for V1 webhooks, I don't see any which denote when a documents "metadata" is updated. I'm currently listening to created, uploaded, moved, copied, and deleted. But none of these trigger when a file is renamed.

 

How would I go about getting a webhook triggered for a file that is renamed?

2 replies

Forum|alt.badge.img

 Unfortunately, the file rename event is not a supported webhook trigger. A workaround would be getting this data using the Enterprise Events endpoint.


Forum|alt.badge.img

Thanks for the info . I'll look into that endpoint.