Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save operatorequals/16864f51c215a0a9628f934b0740095a to your computer and use it in GitHub Desktop.

Select an option

Save operatorequals/16864f51c215a0a9628f934b0740095a to your computer and use it in GitHub Desktop.
This is used to test AppRise Slack Templates
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Hey there 👋: {{ app_desc }}."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "{{ app_body }}"
}
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"emoji": true,
"text": "{{ app_id }}"
},
"style": "primary",
"value": "click_me_123"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment