A member has saved an item for later or starred an item
{
"type": "star_added",
"user": "U123ABC456",
"item": {
β¦
}
"event_ts": "1360782804.083113"
}
When an item was starred, the star_added
event was 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