---
title: "Sends an email containing call data"
method: POST
path: "/email/calldata"
tags: ["email"]
---

# Sends an email containing call data

`POST /email/calldata`

Sends call data via email for a specific call record. Retrieves call details by ID and delivers them to specified email recipients in the requested format.

## Request body

- EmailCallDataPost
  - `call_id` string, required — Unique identifier for the call record. Integer. Use as the primary key when cross-referencing other endpoints (e.g., /call/transcription, /call/tag).
  - `return_type` 'json' | 'xml' — Returned data format. Type: enum (string); Allowed values: json, xml.
  - `email` string, required — Returned data format. Type: string.

## Response `200`

Confirmation of email delivery with status

- StandardPostResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `data` string, required — Response payload. Shape varies by endpoint.
  - `entry_count` integer, required — The sequential number of the entry in the submitted array. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

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