Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Last active April 13, 2017 15:35
Show Gist options
  • Save clintonhalpin/6245ff52257c16f5e7bebf2be714521f to your computer and use it in GitHub Desktop.
Save clintonhalpin/6245ff52257c16f5e7bebf2be714521f to your computer and use it in GitHub Desktop.
{
"actions":[
{
"name":"xxx",
"type":"select",
"selected_options":[
{
"value":"xxx"
}
]
}
],
"callback_id":"resolveAssignment",
"team":{
"id":"xxx",
"domain":"xxx"
},
"channel":"xxx",
"user":"xxx",
"action_ts":"1492097532.045685",
"message_ts":"1492097529.035367",
"attachment_id":"1",
"token":"xxx",
"is_app_unfurl":false,
"original_message":{
"type":"message",
"user":"xxx",
"text":"",
"bot_id":"xxx",
"attachments":[
{
"callback_id":"resolveAssignment",
"text":"xxx",
"footer":"xxx",
"id":1,
"actions":[
{
"id":"1",
"name":"xxx",
"text":"xxx",
"type":"select",
"data_source":"static",
"options":[
{
"text":"xxx",
"value":"xxx"
},
{
"text":"xxx",
"value":"xxx"
}
]
}
],
"fallback":"xxx"
}
],
"ts":"1492097529.035367"
},
"response_url":"xxx",
"type":"message"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment