We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a75e2 commit bbf40f2Copy full SHA for bbf40f2
test/runtests.jl
@@ -11,7 +11,11 @@ attachment = Dict("attachments" => [Dict("fallback" => "Required plain-text summ
11
"author_icon" => "http://flickr.com/icons/bobby.jpg",
12
"title" => "Slack API Documentation",
13
"title_link" => "https://api.slack.com/",
14
- "text" => "Optional text that appears within the attachment"
+ "text" => "Optional text that appears within the attachment",
15
+ "fields" => [Dict("title" => "Priority",
16
+ "value" => "High",
17
+ "short" => false
18
+ )]
19
)])
20
21
response = sendtoslack(data, endpoint)
0 commit comments