You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/posthog.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ List persons (users) in PostHog. Returns user profiles with their properties and
87
87
88
88
| Parameter | Type | Required | Description |
89
89
| --------- | ---- | -------- | ----------- |
90
-
|`personalApiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
90
+
|`apiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
91
91
|`region`| string | No | PostHog region: us \(default\) or eu |
92
92
|`projectId`| string | Yes | PostHog Project ID \(e.g., "12345" or project UUID\)|
93
93
|`limit`| number | No | Number of persons to return \(default: 100, max: 100\)|
@@ -115,7 +115,7 @@ Get detailed information about a specific person in PostHog by their ID or UUID.
115
115
116
116
| Parameter | Type | Required | Description |
117
117
| --------- | ---- | -------- | ----------- |
118
-
|`personalApiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
118
+
|`apiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
119
119
|`region`| string | No | PostHog region: us \(default\) or eu |
120
120
|`projectId`| string | Yes | PostHog Project ID \(e.g., "12345" or project UUID\)|
121
121
|`personId`| string | Yes | Person ID or UUID to retrieve \(e.g., "01234567-89ab-cdef-0123-456789abcdef"\)|
@@ -139,7 +139,7 @@ Delete a person from PostHog. This will remove all associated events and data. U
139
139
140
140
| Parameter | Type | Required | Description |
141
141
| --------- | ---- | -------- | ----------- |
142
-
|`personalApiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
142
+
|`apiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
143
143
|`region`| string | No | PostHog region: us \(default\) or eu |
144
144
|`projectId`| string | Yes | PostHog Project ID \(e.g., "12345" or project UUID\)|
145
145
|`personId`| string | Yes | Person ID or UUID to delete \(e.g., "01234567-89ab-cdef-0123-456789abcdef"\)|
@@ -158,7 +158,7 @@ Execute a HogQL query in PostHog. HogQL is PostHog
158
158
159
159
| Parameter | Type | Required | Description |
160
160
| --------- | ---- | -------- | ----------- |
161
-
|`personalApiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
161
+
|`apiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
162
162
|`region`| string | No | PostHog region: us \(default\) or eu |
163
163
|`projectId`| string | Yes | PostHog Project ID \(e.g., "12345" or project UUID\)|
164
164
|`query`| string | Yes | HogQL query to execute. Example: \{"kind": "HogQLQuery", "query": "SELECT event, count\(\) FROM events WHERE timestamp > now\(\) - INTERVAL 1 DAY GROUP BY event"\}|
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/integrations/data/integrations.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@
321
321
"name": "Agiloft",
322
322
"description": "Manage records in Agiloft CLM",
323
323
"longDescription": "Integrate with Agiloft contract lifecycle management to create, read, update, delete, and search records. Supports file attachments, SQL-based selection, saved searches, and record locking across any table in your knowledge base.",
324
-
"bgColor": "#FFFFFF",
324
+
"bgColor": "#001028",
325
325
"iconName": "AgiloftIcon",
326
326
"docsUrl": "https://docs.sim.ai/tools/agiloft",
327
327
"operations": [
@@ -372,9 +372,13 @@
372
372
{
373
373
"name": "Lock Record",
374
374
"description": "Lock, unlock, or check the lock status of an Agiloft record."
375
+
},
376
+
{
377
+
"name": "Get Choice Line ID",
378
+
"description": "Resolve the internal numeric ID of a choice-list value, for use in EWSelect WHERE clauses against choice fields."
0 commit comments