
Klime
Send events to Klime
Configuration
| Option | Description |
|---|---|
Klime Write KeyType: string Required: True | Your Klime write key for authentication. Find it in your Klime dashboard. |
ActionType: choice Required: True | How to map PostHog events to Klime event types. Automatic converts $identify/$set to identify, $groupidentify to group, and everything else to track. |
User IDType: string Required: False | User identifier to send to Klime. Required for identify events. |
Group IDType: string Required: False | Organization or account identifier. Required for group events. Defaults to your first PostHog group type ($group_0). If you use multiple group types, change to $group_1, $group_2, etc. You can also use a custom event property. |
Include all person propertiesType: boolean Required: True | If set, all person properties will be included as traits on identify events. May cause timeouts for persons with many properties. |
User trait mappingType: dictionary Required: False | Map of trait names to values, sent on identify events. By default sends email and name from person properties. |
Property mappingType: dictionary Required: False | Map of property names to values. These are sent as properties (track) or traits (group). |
Using our REST API you can create this destination like so: