pin_added event
A pin was added to a channel
Facts
Required Scopes
Usage info
This example includes both the event wrapper and the event structure for the pin_added event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "pin_added",
"user": "U024BE7LH",
"channel_id": "C02ELGNBH",
"item": {
...
},
"event_ts": "1360782804.083113"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
When an item is pinned in a channel, the pin_added event is sent to all members of that channel.