Created
December 5, 2018 08:14
-
-
Save kimtree/ea4ebbbc53e1556c1a5285c6b3000c19 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
ㅐ{ | |
"version": "2.0", | |
"template": { | |
"outputs": [ | |
{ | |
"basicCard": { | |
"title": "cute lulu", | |
"description": "lulu is cute", | |
"thumbnail": { | |
"imageUrl": "https://i.ytimg.com/vi/LNGSQHQdBW4/maxresdefault.jpg" | |
}, | |
"buttons": [ | |
{ | |
"action": "message", | |
"label": "meow", | |
"messageText": "meow" | |
}, | |
{ | |
"action": "webLink", | |
"label": "link", | |
"webLinkUrl": "http://creamheroes.com" | |
} | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment