feat(vtiger-crm): add vtiger crm integration
This commit is contained in:
17
packages/backend/src/apps/vtiger-crm/index.js
Normal file
17
packages/backend/src/apps/vtiger-crm/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import defineApp from '../../helpers/define-app.js';
|
||||
import addAuthHeader from './common/add-auth-header.js';
|
||||
import setBaseUrl from './common/set-base-url.js';
|
||||
import auth from './auth/index.js';
|
||||
|
||||
export default defineApp({
|
||||
name: 'Vtiger CRM',
|
||||
key: 'vtiger-crm',
|
||||
iconUrl: '{BASE_URL}/apps/vtiger-crm/assets/favicon.svg',
|
||||
authDocUrl: 'https://automatisch.io/docs/apps/vtiger-crm/connection',
|
||||
supportsConnections: true,
|
||||
baseUrl: '',
|
||||
apiBaseUrl: '',
|
||||
primaryColor: '39a86d',
|
||||
beforeRequest: [setBaseUrl, addAuthHeader],
|
||||
auth,
|
||||
});
|
Reference in New Issue
Block a user