name: webhook_to_http description: 收 webhook → 轉發到另一個 HTTP API flow: - "input >> ON_SUCCESS >> forward" config: forward: component: http_request url: "https://httpbin.org/post" method: POST headers: Content-Type: "application/json" body_json: received: "{{input}}" timestamp: "{{_now}}"