---
title: "AudioMessage"
description: "An audio clip from a public URL. Requires an active chat window."
---

> Documentation Index
> Fetch the complete documentation index at: https://zacx.io/llms.txt
> Use this file to discover all available pages before exploring further.

Path: Zacx Public API

An audio clip from a public URL. Requires an active chat window.

## Fields

- `AudioMessage.wabaNumber` (string, required) — Your WhatsApp API number to send from, with country code.
  - example `"919705182126"`
- `AudioMessage.recipient` (object, required)
  - `AudioMessage.recipient.phoneNumber` (string, required) — The contact's phone number, with country code.
    - example `"919999999999"`
  - `AudioMessage.recipient.name` (string, optional) — Optional display name, saved to the contact if it is new.
    - example `"Raj S"`
  - `AudioMessage.recipient.email` (string, optional) — Optional email, saved to the contact if it is new.
    - format `email`
- `AudioMessage.type` (unknown, required)
- `AudioMessage.url` (string, required) — Public URL of the audio file.
  - format `uri`; example `"https://example.com/sample.mp3"`


Source: https://zacx.io/api/schemas/AudioMessage/index.md
