We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d7480 commit f8a8e58Copy full SHA for f8a8e58
src/models/integration-entity.model.ts
@@ -21,4 +21,8 @@ export enum IntegrationEntityType {
21
LEADS = "leads",
22
ACCOUNTS = "accounts",
23
OPPORTUNITIES = "opportunities",
24
+ // outlook specific
25
+ CONTACTS_FOLDER = "contacts-folder",
26
+ // outlook and sipgate
27
+ USERS = "users",
28
}
0 commit comments