---
title: "Triggered when WhatsApp account was (re)connected."
method: POST
path: "whatsapp:account:connected"
tags: ["whatsapp_accounts"]
---

# Triggered when WhatsApp account was (re)connected.

`POST whatsapp:account:connected` (webhook)

## Payload

- AccountData
  - `event_type` 'whatsapp:account:connected' | 'whatsapp:account:disconnected' | 'whatsapp:account:suspended' | 'whatsapp:account:resumed', required — Webhook event name
  - `whatsapp_account` AccountDataWhatsappAccountInfo, required
    - `id` string, required — WhatsApp account global ID
    - `phone` string, required — Phone number associated with the WhatsApp account
    - `connected_on` string, required
    - `disconnected_on` string
    - `status` string, required
    - `account_name` string, required — Name of the WhatsApp account
    - `owner_name` string, required
    - `owner_email` string, required

## Acknowledgement `200`

Receiver accepted the event

---

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