Skip to content

Instantly share code, notes, and snippets.

@sweetyclem
Last active June 7, 2020 15:15
Show Gist options
  • Save sweetyclem/42b6850382077b736262c7cc29a86a45 to your computer and use it in GitHub Desktop.
Save sweetyclem/42b6850382077b736262c7cc29a86a45 to your computer and use it in GitHub Desktop.
{
"text": "Hello! What subject would you like to learn more about?",
"fallback": "Upgrade your Slack client to use messages like these.",
"color": "#3AA3E3",
"attachment_type": "default",
"callback_id": "subjects",
"actions": [
{
"name": "subject_list",
"text": "Select one",
"type": "select",
"options": [
{
"text": "Anti Racism",
"value": "anti_racism"
},
{
"text": "Anti Sexism",
"value": "anti_sexism"
},
{
"text": "LGBTQ+ Allyship",
"value": "lgbtq_allyship"
},
{
"text": "Autism allyship",
"value": "autism_allyship"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment