# Send Voice message

You can Send a ppt audio recording to the phone number or group, But WhatsApp is sensitive to this extension, you need to be in OGG format and the **codec** should be the **opus**.&#x20;

{% hint style="success" %}
Our API has an automatic video and audio converter for the necessary codecs compatible with WhatsApp.&#x20;
{% endhint %}

### How to get exactly the correct codec format?

1 - Start by sending your voice message on WhatsApp from your phone.

2 - Now, fetch the voice message's link via [/messages/list](https://whapi.readme.io/reference/getmessages).

3 - With your voice message file ID in hand, you can now send it using the [/messages/voice](https://whapi.readme.io/reference/sendmessagevoice) method.

{% embed url="<https://whapi.readme.io/reference/sendmessagevoice>" %}

Note, you may be interested in this article: [How to generate a waveform for a voice message](/help-desk/sending/overview-of-other-methods-for-sending/how-to-generate-a-waveform-for-a-voice-message.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/send-voice-message.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
