# MonitorWebhook

> **Class** in `langchain_parallel`

📖 [View in docs](https://reference.langchain.com/python/langchain-parallel/monitors/MonitorWebhook)

Webhook config for a Parallel monitor.

Per the create-monitor API, the webhook object is ``{url, event_types}``.
The signing secret is configured at the org webhook-endpoint level (in
the Parallel dashboard), not per-monitor — see
:func:`langchain_parallel.tasks.verify_webhook` for verification.

## Signature

```python
MonitorWebhook()
```

## Extends

- `BaseModel`

## Properties

- `url`
- `event_types`

## Methods

- [`to_sdk()`](https://reference.langchain.com/python/langchain-parallel/monitors/MonitorWebhook/to_sdk)

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/c1f8c1d657b86eaf948c363f84fed6ea6bd65754/langchain_parallel/monitors.py#L51)