Skip to content

Commit 7d6f3f7

Browse files
author
Mikelle Wade
committed
updated postman screenshots to use JSON instead of query params
1 parent 9708747 commit 7d6f3f7

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed
233 KB
Loading
671 KB
Loading
511 KB
Loading
-113 KB
Binary file not shown.

ada-project-docs/wave_04.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@ Open Postman and make a request that mimics the API call to Slack that we just t
130130

131131
- Change the method to `POST`
132132
- Use this as the request URL: `https://slack.com/api/chat.postMessage`
133-
- In "Params," fill in the following values:
133+
- In "Body", select "raw" then change the content-type from "Text" to JSON.
134+
- After, fill in the following key/value pairs:
134135
- `channel`: `task-notifications`
135136
- `text`: Fill in a nice message
136137

137-
![](assets/postman_test_query_params.png)
138+
![](assets/postman_test_JSON.png)
138139

139140
- In "Headers," add this new key-value pair:
140141
- `Authorization`: `"Bearer xoxb-150..."`, where `xoxb-150...` is your full Slackbot token

0 commit comments

Comments
 (0)