Files
probo/packages/n8n-node/nodes/Probo/Probo.node.json
Sacha Al Himdani c7e2fc209f Use probo.com for bare and marketing domain references
Replace the bare `getprobo.com` domain and the `www.getprobo.com`
marketing host with `probo.com` / `www.probo.com` across the codebase.
Functional subdomains (app, console, notification, custom, test,
cookie-banner, compliance) keep their existing `getprobo.com` hosts,
and changelog entries are left untouched.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-06-11 13:46:10 +02:00

20 lines
384 B
JSON

{
"node": "n8n-nodes-probo",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development", "Developer Tools", "Automation"],
"resources": {
"credentialDocumentation": [
{
"url": "https://www.probo.com/docs"
}
],
"primaryDocumentation": [
{
"url": "https://www.probo.com/docs"
}
],
"generic": []
}
}