n8n/packages/nodes-base/nodes/Webhook.node.json
Harshil Agrawal f67e6a06da
Change category for core nodes (#1341)
* Update category for core nodes

* 🔨Change from core to core nodes
2021-01-15 11:44:21 +01:00

23 lines
454 B
JSON

{
"node": "n8n-nodes-base.webhook",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Development",
"Core Nodes"
],
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.webhook/"
}
],
"generic": [
{
"label": "Webhooks Fun with n8n and Mattermost",
"icon": "🍸",
"url": "https://medium.com/n8n-io/webhooks-fun-with-n8n-and-mattermost-4ebf7e2b4d2a"
}
]
}
}