Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 434 Bytes

file_created.md

File metadata and controls

13 lines (10 loc) · 434 Bytes

file_created event

{
	"type": "file_created",
	"file": { … }
}

The file_created event is sent to all connected clients for a user when that user uploads a file to Slack. The file property is a file object containing information about the uploaded file.

When a file is shared with other members of the team (which can happen at upload time) a file_shared event will also be sent.