zulip/zerver/webhooks/slack_incoming/fixtures/attachment_fields.json

30 lines
594 B
JSON

{
"attachments": [
{
"color": "good",
"fields": [
{
"title": "Requested by",
"value": "Some user",
"short": true
},
{
"title": "Duration",
"value": "00:02:03",
"short": true
},
{
"title": "Build pipeline",
"value": "ConsumerAddressModule",
"short": true
}
],
"pretext": "Build bla bla succeeded",
"mrkdwn_in": [
"pretext"
],
"fallback": "Build ConsumerAddressModule_20150407.2 succeeded"
}
]
}