provider customer_analyticsaccounts POST /api/environments/{environment_id}/accounts/{account_id}/notebooks/
@utdk/posthog /api/environments/{environment_id}/accounts/{account_id}/notebooks/
environments_accounts_notebooks_create
account_id path required
UUID of the parent account.
string
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsAccountsNotebooksCreate
POST/api/environments/{environment_id}/accounts/{account_id}/notebooks/

Parameters

required

UUID of the parent account.

required

Deprecated. Use /api/projects/{project_id}/ instead.

Input

required
required

Human-readable title of the account notebook.

Notebook content as a ProseMirror JSON document structure.

Plain text representation of the notebook content for search.

required
required
required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsAccountsNotebooksCreate()