---
title: "Update Outbound Call Config"
method: PATCH
path: "/api/v1/workflow-configs/outbound-configs/{outbound_config_id}"
tags: ["workflow-configs"]
---

# Update Outbound Call Config

`PATCH /api/v1/workflow-configs/outbound-configs/{outbound_config_id}`

Update an outbound call configuration.

## Path parameters

- `outbound_config_id` string, uuid, required

## Request body

- WorkflowOutboundCallConfigUpdate — Update schema for WorkflowOutboundCallConfig.
  - `routing_key` string, nullable
  - `routing_values` object, nullable
  - `outbound_agent` string, uuid, nullable

## Response `200`

Successful Response

- WorkflowOutboundCallConfigRead — Read schema for WorkflowOutboundCallConfig.
  - `id` string, uuid, required
  - `routing_key` string, required
  - `routing_values` object, required — Mapping of routing key values to routing destinations. New structure (recommended): { "90210": [ {"destination_phone_number": "+15551234567", "retries": 3, "order": 1}, {"destination_phone_number": "+15559876543", "retries": 2, "order": 2} ] } Legacy structure (still supported): { "90210": "+15551234567" }
  - `voice_call_workflow_id` string, uuid, required
  - `outbound_agent` string, uuid, required
  - `tenant_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
