https://github.com/posthog/posthog-intercom-plugin
https://github.com/posthog/posthog-intercom-plugin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posthog/posthog-intercom-plugin
- Owner: PostHog
- License: mit
- Created: 2022-03-01T15:01:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T06:27:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T05:59:47.282Z (over 1 year ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostHog Intercom Plugin
[](https://opensource.org/licenses/MIT)
This plugins sends event data to Intercom that match known email contacts.
## Parameters:
- Intercom API Key (required): you can get this one from the [Intercom Developer Hub](https://developers.intercom.com/building-apps/), by creating a new app and receiving an API Key
- Triggering events (required): A comma-separated list of PostHog events you want to send to Intercom (e.g.: `$identify,mycustomevent` ).
- Emails domain to skip (optional): A comma-separated list of email domains to ignore and not send events for in Intercom (e.g. `posthog.com,dev.posthog.com` ).
- Send events to European data storage (optional, default: False): Send events to api.eu.intercom.com, if you are using Intercom's European Data Hosting.
## Installation
- Visit 'Project Plugins' under 'Settings'
- Enable plugins if you haven't already done so
- Click the 'Repository' tab next to 'Installed'
- Click 'Install' on this plugin
- Add your Intercom API key at the configuration step
- Add triggering events you want to send to Intercom
- Enable the plugin