@@ -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}}',
|
||||
|
||||
Reference in New Issue
Block a user