v1

latestSwagger 2.02026-08-06114161439.7 KB
email

Sends an email containing call data

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.

post/email/calldata

Request body

call_idstring 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.

emailstring required

Returned data format. Type: string.

Response

Confirmation of email delivery with status

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

datastring required

Response payload. Shape varies by endpoint.

entry_countinteger required

The sequential number of the entry in the submitted array. Type: integer (int32).