PostHog

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse
locationstringAccepted Values: us, eutruefalse
authenticated_asstringfalsefalse
projectstringtruefalse

Example

1{
2 "name": "posthog connection",
3 "type": "posthog",
4 "configuration": {
5 "api_key": "secret",
6 "authenticated_as": "",
7 "location": "us",
8 "project": ""
9 }
10}