provider maxconversations PATCH /api/environments/{environment_id}/conversations/{conversation}/queue/{queue_id}/
@utdk/posthog /api/environments/{environment_id}/conversations/{conversation}/queue/{queue_id}/
environments_conversations_queue_partial_update
conversation path required
A UUID string identifying this conversation.
string
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
queue_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsConversationsQueuePartialUpdate
PATCH/api/environments/{environment_id}/conversations/{conversation}/queue/{queue_id}/

Parameters

required

A UUID string identifying this conversation.

required

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

required

Input

Title of the conversation.

Product domain the conversation is about, classified from the first question. * `web_analytics` - Web analytics * `product_analytics` - Product analytics * `session_replay` - Session replay * `surveys` - Surveys * `feature_flags` - Feature flags * `experiments` - Experiments * `error_tracking` - Error tracking * `data_warehouse` - Data warehouse * `other` - Other

Whether this conversation was created during an impersonated session (e.g., by support agents). Internal conversations are hidden from customers.

Unique key for Slack thread: '{workspace_id}:{channel}:{thread_ts}'

Slack workspace subdomain (e.g. 'posthog' for posthog.slack.com)

Runtime that owns this conversation. 'langgraph' conversations return their messages in the `messages` field; born-'sandbox' conversations return an empty `messages` array and load history from the products/tasks logs endpoint. A converted conversation is 'sandbox' but still returns its legacy thread in `messages`. * `langgraph` - LangGraph * `sandbox` - Sandbox

Return pending approval cards as structured data. Combines metadata from conversation.approval_decisions with payload from checkpoint interrupts (single source of truth for payload data).

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