Digitorn
Digitorn
All terms
Runtime

Webhook trigger

A trigger that exposes an HTTP endpoint, fires the agent when something POSTs to it.

also known as: HTTP trigger
In depth

Webhook triggers are how external systems (GitHub, Linear, Slack, Stripe) reach your agents. The runtime exposes a path you choose, validates the payload, and fires the agent with the body as input. Common pattern: a webhook on /hooks/github-pr that runs a triager agent for every new pull request.

Related concepts
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Runtime

Behaviour rules/glossary/behavior-rulesCron trigger/glossary/cron-triggerFilesystem module/glossary/filesystem-moduleHooks/glossary/hooksHot reload/glossary/hot-reloadModule/glossary/module