provider conversations POST /api/environments/{environment_id}/conversations/views/
@utdk/posthog /api/environments/{environment_id}/conversations/views/
environments_conversations_views_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsConversationsViewsCreate
POST/api/environments/{environment_id}/conversations/views/

Parameters

required

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

Input

required
required
required

Saved ticket filter criteria. May contain status, priority, channel, sla, assignee, tags, dateFrom, dateTo, and sorting keys.

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