Human Contacts
Generic agent-to-human outreach for help, questions, or feedback
Create Human Contact
Create a human contact
Request Body
Unique identifier for the execution run
Unique identifier for this specific function call
Message to send to the human
Optional communication channel configuration
Slack channel or user ID (e.g. C123456 or U123456)
Optional context about the channel/user for the LLM
Optional custom Slack bot token
Optional flag for experimental Slack blocks
Phone number to send SMS to
Optional context about the user for the LLM
Phone number for WhatsApp
Optional context about the user for the LLM
Email address
Optional context about the user for the LLM
Optional custom email subject line
Optional References message ID
Optional In-Reply-To message ID
Optional list of rejection reason options
Name of the response option
Optional display title
Optional description
Optional prompt fill text
Response
Unique identifier for the execution run
Unique identifier for this specific function call
Message to send to the human
Optional communication channel configuration
Slack channel or user ID (e.g. C123456 or U123456)
Optional context about the channel/user for the LLM
Optional custom Slack bot token
Optional flag for experimental Slack blocks
Phone number to send SMS to
Optional context about the user for the LLM
Phone number for WhatsApp
Optional context about the user for the LLM
Email address
Optional context about the user for the LLM
Optional custom email subject line
Optional References message ID
Optional In-Reply-To message ID
Optional list of response options
Name of the response option
Optional display title
Optional description
Optional prompt fill text
Example Request
{
"run_id": "run_123",
"call_id": "call_456",
"spec": {
"msg": "Hello, I tried to restart pod core-api-249832490-aj37ux but its stuck in an ImagePullBackOff state. Can you help?",
"channel": {
"slack": {
"channel_or_user_id": "C123456",
"context_about_channel_or_user": "A channel w/ the SRE team"
}
}
}
}