---
title: "Update WhatsApp Business profile"
method: PATCH
path: "/v1/senders/{senderId}/profile"
---

# Update WhatsApp Business profile

`PATCH /v1/senders/{senderId}/profile`

Update the WhatsApp Business profile for a sender. The sender must have a WhatsApp Business Account connected.

## Path parameters

- `senderId` string, required

## Request body

- WhatsAppBusinessProfileUpdateRequest — Request body to update WhatsApp Business profile.
  - `about` string — Short description of the business (max 139 characters).
  - `address` string — Physical address of the business (max 256 characters).
  - `description` string — Extended description of the business (max 512 characters).
  - `email` string, email — Business email address.
  - `websites` string[] — Business website URLs (maximum 2).
  - `vertical` 'UNDEFINED' | 'OTHER' | 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'NOT_A_BIZ' — Business category for WhatsApp Business profile.

## Response `200`

Profile updated successfully.

- object
  - `success` boolean, required
  - `profile` WhatsAppBusinessProfile, required — WhatsApp Business profile information.
    - `about` string — Short description of the business (max 139 characters).
    - `address` string — Physical address of the business (max 256 characters).
    - `description` string — Extended description of the business (max 512 characters).
    - `email` string, email — Business email address.
    - `profilePictureUrl` string, uri — URL of the business profile picture.
    - `websites` string[] — Business website URLs (maximum 2).
    - `vertical` 'UNDEFINED' | 'OTHER' | 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'NOT_A_BIZ' — Business category for WhatsApp Business profile.

## Other responses

- `400` — Invalid request or sender does not have a WhatsApp Business Account connected.
- `401` — Unauthorized.
- `404` — Sender not found.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/4dacdff2adf8/schema)
