---
title: "Update WABA settings"
method: PATCH
path: "/whatsapp/business_accounts/{id}/settings"
tags: ["Whatsapp Business Accounts"]
---

# Update WABA settings

`PATCH /whatsapp/business_accounts/{id}/settings`

## Path parameters

- `id` string, required

## Request body

- PatchWabaSettingsRequest
  - `name` string
  - `timezone` string — IANA timezone identifier
  - `webhook_url` string, url — URL to send Whatsapp events
  - `webhook_failover_url` string, url — Failover URL to send Whatsapp events
  - `webhook_enabled` boolean — Enable/disable receiving Whatsapp events
  - `webhook_events` string[]

## Response `200`

Successful response with Whatsapp business account settings

- object
  - `data` WabaSettings
    - `id` string, uuid — Internal ID of Whatsapp business account
    - `record_type` string
    - `name` string
    - `timezone` string
    - `webhook_url` string, url — URL to receive Whatsapp events
    - `webhook_failover_url` string, url — Failover URL to receive Whatsapp events
    - `webhook_enabled` boolean — Enable/disable receiving Whatsapp events
    - `webhook_events` string[]
    - `updated_at` string, date-time

## Other responses

- `4XX` — Unexpected 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/versions/8f5f4e537994/schema)
