We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c8223 commit 7446a07Copy full SHA for 7446a07
docs-v2/pages/connect/api-proxy.mdx
@@ -99,8 +99,8 @@ const resp = await pd.makeProxyRequest(
99
url: "https://slack.com/api/chat.postMessage", // Include any query params you need; no need to Base64 encode the URL if using the SDK
100
options: {
101
method: "POST",
102
- headers: { // These get sent to the downstream API
103
- hello: "world!"
+ headers: {
+ hello: "world!" // Include any headers you need to send to the downstream API
104
},
105
body: {
106
text: "hello, world",
0 commit comments