feat(zendesk): add create ticket action
This commit is contained in:
13
packages/backend/src/apps/zendesk/dynamic-data/index.ts
Normal file
13
packages/backend/src/apps/zendesk/dynamic-data/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import listUsers from './list-users';
|
||||
import listBrands from './list-brands';
|
||||
import listGroups from './list-groups';
|
||||
import listSharingAgreements from './list-sharing-agreements';
|
||||
import listTicketForms from './list-ticket-forms';
|
||||
|
||||
export default [
|
||||
listUsers,
|
||||
listBrands,
|
||||
listGroups,
|
||||
listSharingAgreements,
|
||||
listTicketForms,
|
||||
];
|
Reference in New Issue
Block a user