You manually updated your presence
{
"type": "manual_presence_change",
"presence": "away"
}
The manual_presence_change
event is sent to all connections for a user when
that user manually updates their presence. Clients can use this to update
their local state.
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