create_posthog_annotation
Create a PostHog annotation with text content and optional timestamp for a specified project.
Instructions
Create a PostHog annotation.
Args: project_id: The ID of the project as an integer (e.g. 99423) content: The content/text of the annotation date_marker: Optional ISO-8601 timestamp for the annotation (e.g. 2024-03-20T14:15:22Z)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| content | Yes | ||
| date_marker | No |