> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP Webhook Response

> Respond back to webhook callers

# HTTP Webhook Response

Respond back to webhook callers

## Properties

| Property   | Value                 |
| ---------- | --------------------- |
| **Type**   | http-webhook-response |
| **Family** | Actions               |
| **Group**  | General               |

## Parameters

| Name       | Label       | Type   | Description              | Required |
| ---------- | ----------- | ------ | ------------------------ | -------- |
| statusCode | Status Code | Number |                          | No       |
| headers    | Headers     | JSON   | Response headers to send | No       |
| body       | Body        | JSON   | Response payload         | No       |

## Outputs

| Name       | Label      | Type   | Description      |
| ---------- | ---------- | ------ | ---------------- |
| statusCode | statusCode | number | HTTP status code |
| headers    | headers    | object | Response headers |
| body       | body       | any    | Response body    |
