2052 zapier integration 5 deploy twenty zapier app into the public repository (#2101)
* Add create_company Zap action * Add testing for that action * Core review returns
This commit is contained in:
7
packages/twenty-zapier/src/utils/getBundle.ts
Normal file
7
packages/twenty-zapier/src/utils/getBundle.ts
Normal file
@ -0,0 +1,7 @@
|
||||
const getBundle = (inputData?: object) => {
|
||||
return {
|
||||
authData: { apiKey: String(process.env.API_KEY) },
|
||||
inputData,
|
||||
};
|
||||
};
|
||||
export default getBundle;
|
||||
Reference in New Issue
Block a user