A file was changed
{
"type": "file_change",
"file_id": "F2147483862",
"file": {
"id": "F2147483862"
}
}
The file_change
event is sent when any property of a file is changed. It is
sent to all connected clients for all users that have permission to see the
file.
The file
property includes the file ID, as well as a top-level file_id
. To obtain additional information about the file, use the files.info
API method.
When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id
and event
. Learn more