email_domain_changed event
The workspace email domain has changed
Facts
Required Scopes
Usage info
This example includes both the event wrapper and the event structure for the email_domain_changed event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "email_domain_changed",
"email_domain": "example.com",
"event_ts": "1360782804.083113"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
The email_domain_changed event is sent to all connections for a workspace when
the email domain settings for a workspace change. Most clients can ignore this
event.