Skip to main content

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?


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



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



Reply