provider hog_flows GET /api/environments/{environment_id}/hog_flows/{id}/assets/content/
@utdk/posthog /api/environments/{environment_id}/hog_flows/{id}/assets/content/
environments_hog_flows_asset_content_retrieve
action_id query
The email step (action node) that sent the email. Defaults to empty for standalone email sends.
string
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this hog flow.
string
invocation_id query required
The workflow run the email was sent in.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsHogFlowsAssetContentRetrieve
GET/api/environments/{environment_id}/hog_flows/{id}/assets/content/

Parameters

required

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

required

A UUID string identifying this hog flow.

The email step (action node) that sent the email. Defaults to empty for standalone email sends.

required

The workflow run the email was sent in.

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