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: code-samples/eventing/bookstore-sample-app/create-workspace.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ To set up a webhook for sending notifications to your Slack workspace:
26
26
- Create a [Slack app](https://api.slack.com/apps/new), following the instructions by signing in, adding name and workspace to put the app in.
27
27
- After this, you'll be redirected to the setting pages of your new app. Choose **Incoming Webhook** and toggle **Activate Webhook**.
28
28
- Scroll down to click the option **Add New Webhook to Workspace**.
29
-

29
+

30
30
- The page will give you a link associated with the app you created. This link will be where API requests are sent to send messages to your Slack workspace.
31
-

31
+

32
32
- To test if the webhook works as needed, you can try sending an API request to this link to see if the message goes through. I used Postman to test this. Remember that this is an application/json file.
33
-

33
+

34
34
- Afterwards, the text channel should have a new message
35
-

35
+

36
36
- Go to [Slack's webhook documentation](https://api.slack.com/messaging/webhooks) to learn more about setting up webhooks.
0 commit comments