provider tasks POST /api/projects/{project_id}/tasks/{task_id}/thread_messages/
@utdk/posthog /api/projects/{project_id}/tasks/{task_id}/thread_messages/
Post a thread message
API for a task's thread — the human-only side conversation around a task. Messages reach the agent only via the explicit send_to_agent action, gated to the task author.
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
task_id path required
string

Try it

Authentication
Configure credentials for PostHog API
tasksThreadMessagesCreate
POST/api/projects/{project_id}/tasks/{task_id}/thread_messages/
API for a task's thread — the human-only side conversation around a task. Messages reach the agent only via the explicit send_to_agent action, gated to the task author.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

Input

required

Message text.

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