Webhook Response Output Parameters
- Status Code: The HTTP status code to return (e.g., 200, 404, 500).
- Headers: Any headers that need to be included in the response (e.g., Content-Type, Authorization).
- Body: The data to be sent in the body of the response (e.g., JSON, XML, Text).
- Cookies: Any cookies that need to be set in the response.
- Redirect URL: The URL to which the client should be redirected.
- Content Type: The MIME type of the response content (e.g., application/json, text/html).
- Cache Control: Instructions for caching the response (e.g., no-cache, max-age).
- Compression: Whether to compress the response data (e.g., gzip).
- CORS: Cross-Origin Resource Sharing settings (e.g., Access-Control-Allow-Origin).
- Custom Headers: Any custom headers that need to be included in the response.