how to send message with image to slack channel using java

Solutions on MaxInterview for how to send message with image to slack channel using java by the best coders in the world

showing results for - "how to send message with image to slack channel using java"
Juliana
19 Jul 2020
1"attachments": [{
2    "fallback": "The attachement isn't supported.",
3    "title": "VALENTINE'S DAY OFFER",
4    "color": "#9C1A22",
5    "pretext": "Today's list of awesome offers picked for you",
6    "author_name": "Preethi",
7    "author_link": "https://www.hongkiat.com/blog/author/preethi/",
8    "author_icon": "https://assets.hongkiat.com/uploads/author/preethi.jpg",
9    "mrkdwn_in": ["text","fields"],
10    "text": "Just click the site names and start buying. Get *extra reduction with the offer code*, if provided.",
11    "thumb_url": "http://example.com/thumbnail.jpg"
12}]
13