---
title: "Update Call Goal"
method: PATCH
path: "/developer/call-goal"
tags: ["Developer", "Developer - Settings"]
---

# Update Call Goal

`PATCH /developer/call-goal`

Update the call goals for the current customer.

This endpoint is restricted to developer users only.
Sets the custom goals used to evaluate whether calls achieved their purpose,
split by call direction (inbound vs outbound).

- **inbound_call_goal**: Goal for inbound calls (or null to use defaults)
- **outbound_call_goal**: Goal for outbound calls (or null to use defaults)

## Request body

- UpdateCallGoalRequest — Request to update customer's call goals
  - `inbound_call_goal` string, nullable — Call goal for inbound calls
  - `outbound_call_goal` string, nullable — Call goal for outbound calls

## Response `200`

Successful Response

- CallGoalResponse — Response with customer's call goals
  - `customer_id` string, uuid, required — The customer ID
  - `inbound_call_goal` string, nullable — Call goal for inbound calls
  - `outbound_call_goal` string, nullable — Call goal for outbound calls

## Other responses

- `422` — Validation Error

---

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