---
title: "Triggered when an outgoing WhatsApp call ended."
method: POST
path: "call:outgoing:ended"
tags: ["calls"]
---

# Triggered when an outgoing WhatsApp call ended.

`POST call:outgoing:ended` (webhook)

## Payload

- CallData
  - `event_type` 'call:incoming:missed' | 'call:incoming:ended' | 'call:outgoing:ended', required — Webhook event name
  - `chat` CallDataChatInfo, required
    - `full_name` string, required
    - `chat_url` string, required
    - `chat_id` integer, required
    - `chat_type` 'direct' | 'group', required — direct or group
    - `platform` 'whatsapp', required — whatsapp
    - `phone` string, required — Bare digits (no + prefix) for direct chats; empty string for groups.
    - `responsible_name` string
    - `responsible_email` string
  - `whatsapp_account` CallDataWhatsappAccountInfo, required
    - `whatsapp_account_wid` string, required — WhatsApp account JID
    - `full_name` string, required
    - `email` string, required
    - `phone` string, required
  - `call_details` CallDetailsInfo, required
    - `duration` integer, nullable — Call duration in seconds, null if not available
    - `direction` string, required — incoming or outgoing
    - `is_video` boolean, required
    - `status` 'Missed' | 'Answered' | 'Rejected' | 'No Answer' | 'Ended', required — Allowed values per event_type: - call:incoming:missed -> Missed - call:incoming:ended -> Answered | Rejected - call:outgoing:ended -> Ended | No Answer | Rejected
    - `timestamp` string, required
    - `message_uid` string, required
    - `caller` PartyInfo, required
      - `full_name` string, required
      - `phone` string
    - `recipient` PartyInfo, required
      - `full_name` string, required
      - `phone` string

## 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)
