forked from ramonaharrison/SlackBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAttachment.json
More file actions
27 lines (25 loc) · 1.08 KB
/
Attachment.json
File metadata and controls
27 lines (25 loc) · 1.08 KB
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
[
{
"fallback": "Required plain-text summary of the attachment.",
"color": "#ff0066",
"pretext": "Optional text that appears above the attachment block",
"author_name": "Mila Urakhchinskaya",
"author_link": "http://flickr.com/bobby/",
"author_icon": "http://static5.depositphotos.com/1043279/481/i/950/depositphotos_4812581-Banyan-or-ficus-bonsai-tree.jpg",
"title": "Polite Words and Expressions",
"title_link": "http://www.macmillandictionary.com/us/thesaurus-category/american/polite-words-and-expressions",
"text": "Please, familiarize yourself with Dictionary of Polite word ",
"fields": [
{
"title": "Priority",
"value": "High",
"short": false
}
],
"image_url": "http://codropspz.tympanus.netdna-cdn.com/codrops/wp-content/uploads/2016/04/preview.gif",
"thumb_url": "http://example.com/path/to/thumb.png",
"footer": "Educational Opportunity",
"footer_icon": "https://platform.slack-edge.com/img/default_application_icon.png",
"ts": 123456789
}
]