Skip to content

Instantly share code, notes, and snippets.

@mkausas
Created December 14, 2022 01:05
Show Gist options
  • Save mkausas/96f33e8b705f23c9f97a8a1e1db38335 to your computer and use it in GitHub Desktop.
Save mkausas/96f33e8b705f23c9f97a8a1e1db38335 to your computer and use it in GitHub Desktop.
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Need support? Click *Request Support*."
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"emoji": true,
"text": "Request Support"
},
"value": "click_me_123"
}
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "*Support Docs:* <https://x.com|docs.panther.com>"
}
]
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "*Currently Off Hours:* M - F 9AM - 5PM"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment