Created
December 27, 2017 14:45
-
-
Save vanakenm/c9552029f07c133c2578927b99897c56 to your computer and use it in GitHub Desktop.
slack_answer.rb
This file contains hidden or 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
{ | |
"response_type": "in_channel", | |
"attachments": [ | |
{ | |
"title": quote.contents, | |
"title_link": quote.twitter_url, | |
"image_url": quote.url | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment