---
title: "WhatsApp number activated event"
method: POST
path: "whatsapp.number.activated"
tags: ["Webhook Events"]
---

# WhatsApp number activated event

`POST whatsapp.number.activated` (webhook)

Fired when a purchased WhatsApp number becomes active and usable — both
the synchronous (Tier 1/2) path and the asynchronous regulated (Tier
3/4) path land here. Lets integrators react without polling
GET /v1/phone-numbers.

## Payload

- object
  - `id` string
  - `event` 'whatsapp.number.activated'
  - `timestamp` string, date-time
  - `number` object
    - `id` string
    - `phoneNumber` string
    - `country` string
    - `profileId` string

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/f81ca70ea6b9/schema)
