A pin was removed from a channel
{
"type": "pin_removed",
"user": "U024BE7LH",
"channel_id": "C02ELGNBH",
"item": {
β¦
},
"has_pins": false,
"event_ts": "1360782804.083113"
}
When an item is un-pinned from a channel, the pin_removed
event is sent to all members of that channel.
The has_pins
property indicates that there are other pinned items in that channel.
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