You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ julia> data = "Hello World"
30
30
julia> response =sendtoslack(data, endpoint)
31
31
"ok"
32
32
```
33
+
The result of running this code produces the following in the test Slack Workspace:
34
+
35
+

33
36
34
37
To learn more about how data should be formatted before sending it as a argument to the above code, check out the [Slack API Docs](https://api.slack.com/messaging/composing/formatting).
0 commit comments