examples
Retrieve workflow examples for specific n8n node types to understand implementation patterns and accelerate development.
Instructions
Get examples for a specific n8n node type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The node type name (e.g., n8n-nodes-base.webhook) |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"description": "The node type name (e.g., n8n-nodes-base.webhook)",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}