← All components
As it appears in the workflow's entry-points panel in the editor.
Incoming webhook
TriggersStarts a workflow when another system sends an HTTP request to a dedicated URL. Use it to connect tools that can call webhooks.
What the architect sets up
- A name and description. Malleable provides the dedicated URL for other systems to call

How it behaves in a run
- This is an entry point: it's how runs of the workflow begin.
Related
- Stages & components: how components fit into a workflow
- Showcase: see components like this at work in real workflows
- Actors & hand-offs: who picks up the run once it starts
For developers: the API and MCP server identify this component as incoming_webhook.