-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsubteam_created.json
34 lines (32 loc) · 1.13 KB
/
subteam_created.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "subteam_created",
"desc": "A User Group has been added to the workspace.",
"long_desc": "The subteam_created event is sent to all connections for a workspace when a new User Group is created. Clients can use this to update their local list of User Groups and group members. 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",
"required_scope": "RTM",
"example": {
"type": "subteam_created",
"subteam": {
"id": "S0615G0KT",
"team_id": "T060RNRCH",
"is_usergroup": true,
"name": "Marketing Team",
"description": "Marketing gurus, PR experts and product advocates.",
"handle": "marketing-team",
"is_external": false,
"date_create": 1446746793,
"date_update": 1446746793,
"date_delete": 0,
"auto_type": null,
"created_by": "U060RNRCZ",
"updated_by": "U060RNRCZ",
"deleted_by": null,
"prefs": {
"channels": [
],
"groups": [
]
},
"user_count": "0"
}
}
}