mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
a503c0e86b
* ✨ Add new codex files and fixed previous files * 🔨 Minor fix * 🔨 Minor fix
32 lines
719 B
JSON
32 lines
719 B
JSON
{
|
|
"node": "n8n-nodes-base.mindee",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": [
|
|
"Utility"
|
|
],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/mindee"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.mindee/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "Building an expense tracking app in 10 minutes",
|
|
"icon": "📱",
|
|
"url": "https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/"
|
|
},
|
|
{
|
|
"label": "Learn to Build Powerful API Endpoints Using Webhooks",
|
|
"icon": "🧰",
|
|
"url": "https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/"
|
|
}
|
|
]
|
|
}
|
|
} |