feat(pipedrive): add create deal action
This commit is contained in:
3
packages/backend/src/apps/pipedrive/actions/index.ts
Normal file
3
packages/backend/src/apps/pipedrive/actions/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import createDeal from './create-deal';
|
||||
|
||||
export default [createDeal];
|
Reference in New Issue
Block a user