provider dashboards POST /api/environments/{environment_id}/dashboards/{id}/create_text_tile/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/create_text_tile/
environments_dashboards_create_text_tile_create
Add a markdown text tile to a dashboard. Text tiles render as markdown blocks on the dashboard — useful as section headings, dividers, or annotations between insight tiles to give the dashboard structure.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: json, txt
id path required
A unique integer value identifying this dashboard.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsCreateTextTileCreate
POST/api/environments/{environment_id}/dashboards/{id}/create_text_tile/
Add a markdown text tile to a dashboard. Text tiles render as markdown blocks on the dashboard — useful as section headings, dividers, or annotations between insight tiles to give the dashboard structure.

Parameters

required

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

required

A unique integer value identifying this dashboard.

Input

required

Markdown body for the text tile. Supports headings, lists, and inline formatting. Useful as a dashboard section heading, divider, or annotation between insights. Max 4000 characters.

Optional grid layout per breakpoint. If omitted, the tile is placed at the bottom of the dashboard using the default size. Text tiles typically use a thin full-width banner (e.g. w=12, h=1).

Optional accent color name (e.g. 'blue', 'green', 'purple', 'black').

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.environmentsDashboardsCreateTextTileCreate()