An enterprise grid migration has started on an external workspace.
{
"type": "external_org_migration_started",
"team": {
"id": "TXXXXXXXX",
"is_migrating": true
},
"date_started": 1551398400
}
The external_org_migration_started
event is sent to all connections when an external workspace begins 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.
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