A pin was added to a channel

Facts

Required scopes

Works with

RTMEvents API
{
	"type": "pin_added",
	"user": "U024BE7LH",
	"channel_id": "C02ELGNBH",
	"item": {
		…
	},
	"event_ts": "1360782804.083113"
}

When an item is pinned in a channel, the pin_added event is sent to all members of 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