Skip to content

Instantly share code, notes, and snippets.

@nhammad
Created October 28, 2023 15:58
Show Gist options
  • Save nhammad/b48389be09da17b211fd2bc1e710b0af to your computer and use it in GitHub Desktop.
Save nhammad/b48389be09da17b211fd2bc1e710b0af to your computer and use it in GitHub Desktop.
{
"channel": "ABCDEBF1",
"attachments":
[
{
"mrkdwn_in": ["text"],
"color": "#36a64f",
"pretext": "Optional pre-text that appears above the attachment block",
"author_name": "author_name",
"author_link": "http://flickr.com/bobby/",
"author_icon": "https://placeimg.com/16/16/people",
"title": "title",
"title_link": "https://api.slack.com/",
"text": "Optional `text` that appears within the attachment",
"fields":
[
{
"title": "A field's title",
"value": "This field's value",
"short": false
},
{
"title": "A short field's title",
"value": "A short field's value",
"short": true
},
{
"title": "A second short field's title",
"value": "A second short field's value",
"short": true
}
],
"thumb_url": "http://placekitten.com/g/200/200",
"footer": "footer",
"footer_icon": "https://platform.slack-edge.com/img/default_application_icon.png",
"ts": 123456789
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment