Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: onboarding intercom v2 destination #1655

Merged
merged 14 commits into from
Oct 25, 2024
Merged
105 changes: 105 additions & 0 deletions src/configurations/destinations/intercom_v2/db-config.json
manish339k marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"name": "INTERCOM_V2",
"displayName": "Intercom V2",
"config": {
"transformAtV1": "router",
"saveDestinationResponse": true,
"throttlingCost": { "eventType": { "group": 3, "identify": 3 } },
manish339k marked this conversation as resolved.
Show resolved Hide resolved
"auth": {
"type": "OAuth",
"role": "intercom",
"rudderScopes": ["delivery"]
},
"excludeKeys": [],
"supportedSourceTypes": [
"android",
"ios",
"web",
"unity",
"amp",
"cloud",
"reactnative",
"flutter",
"cordova"
],
"supportedMessageTypes": {
"cloud": ["identify", "track", "group"]
},
"supportedConnectionModes": {
"web": ["cloud"],
"android": ["cloud"],
"ios": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"cloud": ["cloud"]
},
"destConfig": {
"defaultConfig": ["rudderAccountId", "apiServer", "sendAnonymousId"],
"android": [
manish339k marked this conversation as resolved.
Show resolved Hide resolved
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"ios": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"web": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"unity": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"amp": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cloud": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"reactnative": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"flutter": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cordova": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
]
},
manish339k marked this conversation as resolved.
Show resolved Hide resolved
"secretKeys": []
},
"options": {
"isBeta": true,
"hidden": {
"featureFlagName": "AMP_intercom_v2",
"featureFlagValue": false
}
}
}
Loading
Loading