---
title: "Webhook Trigger"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/triggers/webhooktrigger
markdown: https://docs.nodetool.ai/nodes/nodetool/triggers/webhooktrigger.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/triggers/webhooktrigger.md
---

# Webhook Trigger

**Type:** `nodetool.triggers.WebhookTrigger`

**Namespace:** `nodetool.triggers`

## Properties

_(none)_

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| body | `any` |  |
| headers | `dict[str, any]` |  |
| query | `dict[str, any]` |  |
| method | `str` |  |
| path | `str` |  |
| timestamp | `str` |  |
| source | `str` |  |
| event_type | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.triggers](./) namespace.
