# WebhooksConfig

> **Class** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/schemas/WebhooksConfig)

## Signature

```python
WebhooksConfig()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    env_prefix: str,
    url: WebhookUrlPolicy,
    headers: dict[str, str],
)
```

| Name | Type |
|------|------|
| `env_prefix` | `str` |
| `url` | `WebhookUrlPolicy` |
| `headers` | `dict[str, str]` |


## Properties

- `env_prefix`
- `url`
- `headers`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/0a26b471d34da94186bee8c48d0c463b5a3bd0a0/libs/cli/langgraph_cli/schemas.py#L575)