A channel was created
{
"type": "channel_created",
"channel": {
"id": "C024BE91L",
"name": "fun",
"created": 1360782804,
"creator": "U024BE7LH"
}
}
The channel_created
event is sent to all connections for a workspace when a new channel is created. Clients can use this to update their local cache of
non-joined channels.
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