Makes a POST request to an external API on behalf of a connected app account. The Pipedream proxy handles OAuth credential injection and forwards the request with the provided body to the target API endpoint.
API key required for all endpoints
Alternative way to specify target URL via header
"https://slack.com/api/chat.postMessage"
Custom headers to forward to the target API. Use X-PD-Proxy- prefix. Example: X-PD-Proxy-Content-Type will be forwarded as Content-Type
The Pipedream account ID for the connected app
"apn_1234567"
Successful proxy request
Response from the target API