---
title: "Update phone number conversational components"
method: PATCH
path: "/whatsapp/phone_numbers/{phone_number}/conversational_components"
tags: ["Whatsapp Phone Numbers"]
---

# Update phone number conversational components

`PATCH /whatsapp/phone_numbers/{phone_number}/conversational_components`

Update the conversational components configuration, such as welcome messages and commands, for a WhatsApp phone number.

## Path parameters

- `phone_number` string, required

## Request body

- WhatsappUpdateConversationalComponentRequest
  - `commands` object[] — List of commands
    - `command` string
    - `description` string
  - `ice_breakers` string[] — List of ice breakers

## Response `200`

Successful response with Whatsapp conversational components

- object
  - `data` WhatsappConversationalComponent
    - `record_type` string
    - `phone_number` string — Phone number in E164 format
    - `ice_breakers` string[] — List of ice breakers
    - `commands` object[] — List of commands
      - `command` string
      - `description` string

## Other responses

- `4XX` — Unexpected error

## Changes

> 72 revisions in range; 1 not diffed.

- **2026-08-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/whatsapp/phone_numbers/:phone_number/conversational_components/patch.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/e0de72cf4744?raw)
