provider user_interview_topics POST /api/environments/{environment_id}/user_interview_topics/{id}/links_csv/
@utdk/posthog /api/environments/{environment_id}/user_interview_topics/{id}/links_csv/
environments_user_interview_topics_links_csv_create
Same materialization as generate_links, returned as a downloadable CSV. Intended for users who want to mail-merge the per-person interview links into their own email tooling.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this user interview topic.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsUserInterviewTopicsLinksCsvCreate
POST/api/environments/{environment_id}/user_interview_topics/{id}/links_csv/
Same materialization as generate_links, returned as a downloadable CSV. Intended for users who want to mail-merge the per-person interview links into their own email tooling.

Parameters

required

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

required

A UUID string identifying this user interview topic.

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