This commit is contained in:
parent
557fde5dff
commit
2a8f2dea76
3 changed files with 15 additions and 2 deletions
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"cardsV2": [
|
||||
{
|
||||
"cardId": "notify-{{ .ActionID }}",
|
||||
"cardId": "notify-{{ .CardID }}",
|
||||
"card": {
|
||||
"header": {
|
||||
"title": "{{ .Title }}",
|
||||
"subtitle": "{{ .SubTitle }}",
|
||||
"imageUrl": "{{ .IconUrl }}",
|
||||
"imageType": "SQUARE"
|
||||
"imageType": "SQUARE",
|
||||
"imageAltText": "message avatar image"
|
||||
},
|
||||
"sections": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue