feat: Add crowd.dev node and trigger node (#6082)

This commit is contained in:
perseus-algol
2023-07-03 10:31:06 +03:00
committed by GitHub
parent 7a8b85ab11
commit 238a78f058
18 changed files with 1703 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"node": "n8n-nodes-base.crowdDevTrigger",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Productivity"],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/crowdDev"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.crowddevtrigger/"
}
]
}
}