Add button to message template

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-05 17:24:36 +04:00
parent c07add94e0
commit 306675cd07
2 changed files with 32 additions and 22 deletions

View File

@@ -30,6 +30,16 @@
"value": "{{.SlackMessageID}}",
"style": "primary"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "❌ Reject All"
},
"action_id": "reject_all",
"value": "{{.SlackMessageID}}",
"style": "danger"
},
{
"type": "button",
"text": {