- Log delete failures in deleteSubscription instead of swallowing them - Correct codex node prefix to @probo/n8n-nodes-probo.proboTrigger - Replace unsupported codex categories with Development and Utility Signed-off-by: Sacha Al Himdani <sacha@probo.com>
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"node": "@probo/n8n-nodes-probo.proboTrigger",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Development", "Utility"],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://www.probo.com/docs"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://www.probo.com/docs"
|
|
}
|
|
],
|
|
"generic": []
|
|
}
|
|
}
|