From 512fc714deb33abd6b97ee62c0a00141ba089dd3 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 2 Jul 2026 15:33:44 +0000 Subject: [PATCH] Update Probo server URLs to us.probo.com and eu.probo.com Replace the legacy console.getprobo.com hostnames in the n8n README and credential default with the current regional Probo URLs. Signed-off-by: Cursor Agent Co-authored-by: Bryan FRIMIN --- packages/n8n-node/README.md | 2 +- packages/n8n-node/credentials/ProboApi.credentials.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/n8n-node/README.md b/packages/n8n-node/README.md index 0795aea7f..72ab0f9bd 100644 --- a/packages/n8n-node/README.md +++ b/packages/n8n-node/README.md @@ -60,7 +60,7 @@ All Probo nodes use the **Probo API** credential type. The node sends your API k | Field | Default | Description | |-------|---------|-------------| - | **Probo Server** | `https://us.console.getprobo.com` | Base URL of your Probo instance. Use `https://eu.console.getprobo.com` for the EU region, or your own URL when self-hosting. | + | **Probo Server** | `https://us.probo.com` | Base URL of your Probo instance. Use `https://eu.probo.com` for the EU region, or your own URL when self-hosting. | | **API Key** | — | A Probo API key with access to the organizations you automate against. | 4. Click **Test** to verify connectivity. n8n calls the Probo GraphQL API and checks that the key is valid. diff --git a/packages/n8n-node/credentials/ProboApi.credentials.ts b/packages/n8n-node/credentials/ProboApi.credentials.ts index f0d7a4c40..2303ff7d2 100644 --- a/packages/n8n-node/credentials/ProboApi.credentials.ts +++ b/packages/n8n-node/credentials/ProboApi.credentials.ts @@ -34,7 +34,7 @@ export class ProboApi implements ICredentialType { displayName: 'Probo Server', name: 'server', type: 'string', - default: 'https://us.console.getprobo.com', + default: 'https://us.probo.com', description: 'The server to connect to.', }, {