feat(pipedrive): add new notes trigger
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import newDeals from './new-deals';
|
||||
import newNotes from './new-notes';
|
||||
|
||||
export default [newDeals];
|
||||
export default [newDeals, newNotes];
|
||||
|
Reference in New Issue
Block a user