n8nTrigger.json•1.21 kB
{
"nodeType": "n8n-nodes-base.n8nTrigger",
"displayName": "n8n Trigger",
"description": "Handle events and perform actions on your n8n instance",
"version": 1,
"properties": [
{
"name": "events",
"displayName": "Events",
"type": "multiOptions",
"default": [],
"description": "Triggers when this workflow is updated",
"required": true,
"options": [
{
"name": "Active Workflow Updated",
"value": "update",
"description": "Triggers when this workflow is updated"
},
{
"name": "Instance Started",
"value": "init",
"description": "Triggers when this n8n instance is started or re-started"
},
{
"name": "Workflow Activated",
"value": "activate",
"description": "Triggers when this workflow is activated"
}
]
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": [
"Main"
]
}
}