Created
July 13, 2018 21:20
-
-
Save alvarezgarcia/89269e696144161f4f33b24870c4dda9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"actions": [ | |
{ | |
"id": "1", | |
"name": "select_directmessage_participant", | |
"text": "Select a user...", | |
"type": "select", | |
"data_source": "users", | |
"confirm": { | |
"text": "Are you sure? This action is not reversable", | |
"title": "", | |
"ok_text": "Okay", | |
"dismiss_text": "Cancel" | |
}, | |
"selected_options": [ | |
{ | |
"value": "U8JS3A1D0" | |
} | |
] | |
} | |
], | |
"attachment_id": "1", | |
"callback_id": "select_directmessage_participant", | |
"channel_id": "D8LECLJAK", | |
"is_ephemeral": true, | |
"message_ts": "1531516498.000003", | |
"prompt_app_install": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment