Send Task Message
Plan Execution
Send Task Message
Send a message to a task that's waiting for user input.
This endpoint:
1. Verifies the plan execution and task exist
2. Signals the Temporal workflow to continue the task with the user's message
3. The workflow will resume the agent execution and continue streaming
Body:
{
"message": "user's message to continue the conversation"
}
POST
Send Task Message
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.