Unify

Unify

Send PostHog events to Unify

Configuration

OptionDescription
Unify Write Key
Type: string
Required: True

Your Unify write key for authentication. You can find your write key in the Unify app under Settings → Integrations → PostHog.

Person
Type: dictionary
Required: False

Mapping of Unify Person attributes to PostHog person properties. Email is required to associate an event with a Person.

Company
Type: dictionary
Required: False

Mapping of Unify Company attributes to PostHog company properties. Domain is required to associate an event with a Company.

Using our REST API you can create this destination like so:

Terminal
# Create a new destination
curl --location 'https://us.i.posthog.com/api/environments/:project_id/hog_functions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <POSTHOG_PERSONAL_API_KEY>' \
--data '{
"type": "destination",
"name": "Unify",
"inputs": {
"write_key": {
"value": ""
}
},
"enabled": true,
"template_id": "template-unify"
}'

Community questions

Questions about this page? or post a community question.