Skip to content

Commit

Permalink
Add Hightouch integration: synced segments (#52)
Browse files Browse the repository at this point in the history
* Add Hightouch integration: manifest and logos

* Add contextKindPath

* Update integrations/hightouch/manifest.json

Co-authored-by: Dan O'Brien <[email protected]>

---------

Co-authored-by: Dan O'Brien <[email protected]>
  • Loading branch information
masonawong and InTheCloudDan authored Sep 25, 2023
1 parent e90a125 commit caf950d
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 0 deletions.
109 changes: 109 additions & 0 deletions integrations/hightouch/assets/horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions integrations/hightouch/assets/square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions integrations/hightouch/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Hightouch",
"version": "1.0.0",
"overview": "Sync data from any source to LaunchDarkly segments.",
"description": "Sync Hightouch models to LaunchDarkly segments to seamlessly maintain your LaunchDarkly feature flags.",
"author": "Hightouch",
"supportEmail": "[email protected]",
"links": {
"site": "https://hightouch.com/",
"privacyPolicy": "https://hightouch.com/privacy-policy",
"launchdarklyDocs": "https://docs.launchdarkly.com/integrations/hightouch"
},
"categories": ["synced-segments"],
"icons": {
"square": "assets/square.svg",
"horizontal": "assets/horizontal.svg"
},
"capabilities": {
"syncedSegment": {
"requestParser": {
"environmentIdPath": "/environmentId",
"cohortIdPath": "/cohortId",
"cohortNamePath": "/cohortName",
"contextKindPath": "/contextKind",
"arrayInclusion": {
"path": "/action",
"matcher": "^add$"
},
"memberArrayPath": "/members",
"memberArrayParser": {
"memberIdPath": "/integration_distinct_id"
}
}
}
}
}

0 comments on commit caf950d

Please sign in to comment.