A file was made public
{
"type": "file_public",
"file_id": "F2147483862",
"file": {
"id": "F2147483862"
}
}
The file_public
event is sent when a file is made public. 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