---
title: "Create Call Goal Preset"
method: POST
path: "/intelligence/call-goal"
tags: ["Intelligence"]
---

# Create Call Goal Preset

`POST /intelligence/call-goal`

Create a new call goal preset for the current user's team.

## Headers

- `authorization` string, nullable

## Request body

- CallGoalPresetCreateRequest — Request DTO for creating a team call goal preset.
  - `goal` 'DISCOVERY' | 'DEMO' | 'NEGOTIATION' | 'CLOSING' | 'QBR' | 'SUPPORT' | 'ONBOARDING' | 'INTERNAL' | 'VC' | 'PRODUCT_RESEARCH' | 'OTHER', required — Call goal types.
  - `description` string, required — Detailed guidance on how to lead this type of call
  - `scenario` string, required — Scenario
  - `key_objectives` string[], nullable — Primary goals for the call
  - `suggested_questions` string[], nullable — Example questions to ask
  - `metrics_for_success` string[], nullable — How to measure a successful call of this type
  - `topics_to_cover` string[], nullable — Key areas that should be discussed
  - `topics_to_avoid` string[], nullable — Subjects to steer clear of
  - `suggested_next_steps` string[], nullable — Common follow-up actions

## Response `201`

Successful Response

- CallGoalPresetResult — DTO for team call goal preset.
  - `id` string, uuid, required — Preset ID
  - `team_intelligence_id` string, uuid, required — Team Intelligence ID
  - `goal` 'DISCOVERY' | 'DEMO' | 'NEGOTIATION' | 'CLOSING' | 'QBR' | 'SUPPORT' | 'ONBOARDING' | 'INTERNAL' | 'VC' | 'PRODUCT_RESEARCH' | 'OTHER', required — Call goal types.
  - `description` string, required — Detailed guidance on how to lead this type of call
  - `scenario` string, required — Scenario
  - `key_objectives` string[], nullable — Primary goals for the call
  - `suggested_questions` string[], nullable — Example questions to ask
  - `metrics_for_success` string[], nullable — How to measure a successful call of this type
  - `topics_to_cover` string[], nullable — Key areas that should be discussed
  - `topics_to_avoid` string[], nullable — Subjects to steer clear of
  - `suggested_next_steps` string[], nullable — Common follow-up actions
  - `created_at` string, date-time, required — Creation timestamp
  - `updated_at` string, date-time, required — Last update timestamp

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
