Create Human Contact

POST /humanlayer/v1/human_contacts

Create a human contact

Request Body

human_contact
object

Response

human_contact
object

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"
      }
    }
  }
}