---
title: "Create Insight Template Group"
method: POST
path: "/ai/conversations/insight-groups"
tags: ["Conversations"]
---

# Create Insight Template Group

`POST /ai/conversations/insight-groups`

Creates a new insight template group for organizing related insight templates, and returns the created group.

## Request body

- InsightTemplateGroupCreateReq
  - `description` string
  - `name` string, required
  - `webhook` string

## Response `200`

Successful Response

- InsightTemplateGroupDetailRespData
  - `data` InsightTemplateGroupResp, required
    - `created_at` string, date-time, required
    - `description` string
    - `id` string, uuid, required
    - `insights` InsightTemplateResp[]
      - `created_at` string, date-time, required
      - `id` string, uuid, required
      - `insight_type` 'custom' | 'default'
      - `instructions` string, required
      - `json_schema` union — If specified, the output will follow the JSON schema.
        - string
        - object
      - `name` string
      - `webhook` string
    - `name` string, required
    - `webhook` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
