A member has starred an item
{
"type": "star_added",
"user": "U024BE7LH",
"item": {
…
}
"event_ts": "1360782804.083113"
}
When an item is starred, the star_added
event is sent to all connected
clients for the authenticated user who starred the item.
See the stars.list
method for details of the
structure of the item
property.
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