Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 481 Bytes

File metadata and controls

15 lines (12 loc) · 481 Bytes

team_domain_change event type

{
	"type": "team_domain_change",
	"url": "https://my.slack.com",
	"domain": "my"
}

The team_domain_change event is sent to all connections for a team when the team domain changes.

Since the existing domain will continue to work (causing a redirect) until it is claimed by another team, clients don't need to do anything special with this event. It is sent for the benefit of our web client, which needs to reload when the domain changes.