Open bbshih opened 8 years ago
+1
i'm wondering if there is just an issue with the preview system. I just tried to copy the Datadog example and the image isn't showing up either
{
"attachments": [
{
"fallback": "Network traffic (kb/s): How does this look? @slack-ops - Sent by Julie Dodd - https://datadog.com/path/to/event",
"title": "Network traffic (kb/s)",
"title_link": "https://datadog.com/path/to/event",
"text": "How does this look? @slack-ops - Sent by Julie Dodd",
"image_url": "https://datadoghq.com/snapshot/path/to/snapshot.png",
"color": "#764FA5"
}
]
}
It doesn't seem to be working in slack at all
+1 I cannot get this to work at all. Any updates on the progress?
+1 I'm not able to add image which is more then 400x500px.
+1 also having this problem. Was there ever a resoluton?
Having this problem today too, was this fixed?
I experienced the same problem, using legacy attachment message, not working
Image doesn't show when using postMessage if the attachment doesn't include the fallback or any additional text message. Unsure if this is intended or just not documented.
Doesn't work: https://api.slack.com/docs/formatting/builder?msg=%7B%22attachments%22%3A%5B%7B%22image_url%22%3A%22http%3A%2F%2Fplacehold.it%2F350x150.jpg%22%2C%22color%22%3A%22%23764FA5%22%7D%5D%7D
Works: https://api.slack.com/docs/formatting/builder?msg=%7B%22attachments%22%3A%5B%7B%22title%22%3A%22Network%20traffic%20(kb%2Fs)%22%2C%22image_url%22%3A%22http%3A%2F%2Fplacehold.it%2F350x150.jpg%22%2C%22color%22%3A%22%23764FA5%22%7D%5D%7D