external_org_migration_finished event
An enterprise grid migration has finished on an external workspace.
{
"type": "external_org_migration_finished",
"team": {
"id": "TXXXXXXXX",
"is_migrating": false
},
"date_started": 1551398400,
"date_finished": 1551409200
}
The external_org_migration_finished
event is sent to all connections when an external workspace completes to migrate to an Enterprise Grid.
The team
indicates the external workspace that is migrating.
The date_started
indicates the time the external workspace started to migrate.
The date_finished
indicates the time the external workspace finished to migrate.