Skip to content

Commit 206da4f

Browse files
committed
Edit img
1 parent 47ac0c4 commit 206da4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code-samples/eventing/bookstore-sample-app/create-workspace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ To set up a webhook for sending notifications to your Slack workspace:
2626
- 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.
2727
- After this, you'll be redirected to the setting pages of your new app. Choose **Incoming Webhook** and toggle **Activate Webhook**.
2828
- Scroll down to click the option **Add New Webhook to Workspace**.
29-
![Alt text](/./screenshots/select-channel.png)
29+
![Alt text](./screenshots/select-channel.png)
3030
- 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-
![Alt text](/./screenshots/webhooklink.png)
31+
![Alt text](./screenshots/webhooklink.png)
3232
- 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-
![Alt text](/./screenshots/Postman.png)
33+
![Alt text](./screenshots/Postman.png)
3434
- Afterwards, the text channel should have a new message
35-
![Alt text](/./screenshots/result.png)
35+
![Alt text](./screenshots/result.png)
3636
- Go to [Slack's webhook documentation](https://api.slack.com/messaging/webhooks) to learn more about setting up webhooks.

0 commit comments

Comments
 (0)