Freeze order of documents in Slack message

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-11 11:28:21 +01:00
parent 49ee46da22
commit 2574dd8bf8
3 changed files with 8 additions and 27 deletions

View File

@@ -24,7 +24,7 @@
"type": "button",
"text": {
"type": "plain_text",
"text": "✅ Grant All"
"text": "Grant All"
},
"action_id": "accept_all",
"value": "{{.SlackMessageID}}",
@@ -34,7 +34,7 @@
"type": "button",
"text": {
"type": "plain_text",
"text": "❌ Reject/Revoke All"
"text": "Reject/Revoke All"
},
"action_id": "reject_all",
"value": "{{.SlackMessageID}}",
@@ -44,7 +44,7 @@
"type": "button",
"text": {
"type": "plain_text",
"text": "👁️ View Requests"
"text": "View Requests"
},
"url": "https://{{.Domain}}/organizations/{{.OrganizationID}}/trust-center/access"
}