Update self host url message (#15246)

as title
This commit is contained in:
martmull
2025-10-22 13:59:18 +02:00
committed by GitHub
parent 8369168abe
commit 2d9e870395
+4 -5
View File
@@ -1,4 +1,4 @@
import { Bundle, ZObject } from 'zapier-platform-core';
import { type Bundle, type ZObject } from 'zapier-platform-core';
import requestDb from './utils/requestDb';
@@ -27,11 +27,10 @@ export default {
computed: false,
key: 'apiUrl',
required: false,
label: 'Api Url',
label: 'Self hosted instance url',
type: 'string',
placeholder: 'https://api.twenty.com',
helpText:
'Set this only if you self-host Twenty. Use the same value as `REACT_APP_SERVER_BASE_URL` in https://docs.twenty.com/start/self-hosting/',
placeholder: 'https://crm.custom-url.com',
helpText: 'Set this only if you self-host Twenty',
},
],
connectionLabel: '{{data.currentWorkspace.displayName}}',