replay_request
Sends an HTTP request to a target URL to replay or test webhook deliveries, executed server-side.
Instructions
Send an HTTP request to any URL (replay/test webhook delivery). The request is executed server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method | |
| url | Yes | Target URL to send the request to | |
| headers | No | HTTP headers to include | |
| body | No | Request body (for POST/PUT/PATCH) | |
| bodyMode | No | Body content type | none |