-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathexternal_org_migration_finished.json
More file actions
18 lines (18 loc) · 946 Bytes
/
external_org_migration_finished.json
File metadata and controls
18 lines (18 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "external_org_migration_finished",
"desc": "An enterprise org migration has finished on an external workspace.",
"long_desc": "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. 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",
"example": {
"type": "external_org_migration_finished",
"team": {
"id": "TXXXXXXXX",
"is_migrating": false
},
"date_started": 1551398400,
"date_finished": 1551409200
},
"scopes": [],
"APIs": [
"RTM"
]
}