A preference has been updated
{
"type": "team_pref_change",
"name": "slackbot_responses_only_admins",
"value": true
}
The team_pref_change
event is sent to all connections for a workspace when a
preference is changed. Where appropriate clients should update to reflect
new changes immediately.
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