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
The result of running this code produces the following in the test Slack Workspace:
39
+
The result of running this code produces the following in the test Slack Workspace:
40
40
41
41

42
42
43
43
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).
44
44
45
+
46
+
And here is a more complicated example using attachments:
The result of running this code produces the following in the test Slack Workspace:
78
+
79
+

80
+
45
81
## Testing
46
82
I have gone through the trouble of setting up a Slack Workspace in order to test this package. After this is all stabilized, I will remove the endpoint from the Slack Workspace and deprecate the examples you see throughout this repo.
0 commit comments