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: ada-project-docs/wave_04.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Our goal is to integrate the Slack web API. When our API marks a task as "comple
12
12
13
13
To complete this wave, follow these steps:
14
14
15
-
1. Setup a Slack workspace
15
+
1. Setup a Slack workspace or use the cohort work space.
16
16
1. Create a Slackbot with the right permissions, and get a Slackbot API key
17
17
1. Verify that your Slackbot works using the Slack Tester
18
18
1. Verify that your Slackbot works using Postman
@@ -21,7 +21,7 @@ To complete this wave, follow these steps:
21
21
22
22
### Setup a Slack Workspace
23
23
24
-
For this Task List API project, you will need an independent Slack workspace to use.
24
+
If you are choosing to use the cohort workspace, you can skip this step. However, if you are not or you run into any situation that prevents your from setting up your app you will need an independent Slack workspace to use.
25
25
26
26
Create an independent Slack workspace. Follow classroom instructions to find out if these independent Slack workspaces are individual, in pairs, groups, classes, etc.
27
27
@@ -40,7 +40,9 @@ Ensure that you are able to log into Slack's API/Apps dashboard:
40
40
- Sign into the workspace that you want the Slackbot to live in
41
41
- You can always go back to the "Your apps" page using the button on the top right
42
42
1. Make a new app by pressing the "Create an App" button
43
-
- The app name doesn't matter, but we recommend including your first name or an identifier in it, such as "Ada's Bot."
43
+
- The app name doesn't matter, but we recommend including your first name or an identifier in it, such as "Ada's Bot."
44
+
45
+
**Note: If you are using the cohort workspace, Slack may throttle the creation of an application for the space. This is because multiple students could be creating an app at the same time. To circumvent this you could either try again at a later time or use your own independent workspace (refer to the "Setup a Slack Workspace" section above).**
Fill in the HTTP Request info to test this endpoint.
110
112
111
113
- For `token`, paste in the Slackbot token you created earlier
112
-
- For `channel`, type in `task-notifications` (or the name of a public, existing channel in your Slack workspace)
114
+
- For `channel`, type in the name of either a public, existing channel in your independent Slack workspace or the API testing channel of the cohort workspace.
115
+
-**Please make sure that you are not sending a messages to any other public channels besides the API testing channel if you are using the cohort workspace.**
113
116
- For `text`, type in a nice message for everyone to read, such as "Hello, World!"
0 commit comments