-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbot_changed.json
More file actions
20 lines (20 loc) · 811 Bytes
/
bot_changed.json
File metadata and controls
20 lines (20 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "bot_changed",
"desc": "A bot user was changed.",
"long_desc": "The bot_changed event is sent to all connections for a workspace when an integration \"bot\" is updated. Clients can use this to update their local list of bots. If the bot belongs to a Slack app, the event will also include an app_id pointing to its parent app. 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": "bot_changed",
"bot": {
"id": "B024BE7LH",
"app_id": "A4H1JB4AZ",
"name": "hugbot",
"icons": {
"image_48": "https://slack.com/path/to/hugbot_48.png"
}
}
},
"scopes": [],
"APIs": [
"RTM"
]
}