---
title: "Post-call event"
method: POST
path: "PostCallEvent"
tags: ["Call webhooks"]
---

# Post-call event

`POST PostCallEvent` (webhook)

The `post-call` callback includes details such as call disposition, duration, and cost. It's triggered after the call ends.

## Payload

- CallStatusWebhook — Post-call webhook payload
  - `direction` 'inbound' | 'outbound', required — Direction of the call. One of `inbound` (call received by the account) or `outbound` (call placed by the account).
  - `uuid` string, required — Call ID
  - `destination` string, nullable, required — Destination of the call. For outbound calls, it contains the country name and, optionally, a mobile carrier or city name. For inbound calls, the destination includes the user-defined SIP trunk name, SIP URI, or PSTN number that the call is forwarded to.
  - `duration` integer, required — Duration of the call, in seconds
  - `charge` string, required — Total charge for the call, in USD
  - `date` string, date-time, required — Date and time of the call
  - `disposition` 'answered' | 'noanswer' | 'busy' | 'failed' | 'all', required — Final disposition of the call. One of `answered` (the called party answered), `noanswer` (no answer within the ring timeout), `busy` (the called party was busy), `failed` (the call could not be routed), or `all` (matches any disposition when used as a filter).
  - `from` string, nullable, required — ANI/From attribute of the call
  - `to` string, nullable, required — DNIS/To attribute of the call
  - `per_minute` string, required — Price per minute, in USD

## Acknowledgement `200`

Return a 200 status to indicate that the data was successfully received

---

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