API Audio Node
This node helps you send an audio message within a WhatsApp conversation. The API response for this node should have a matching response, as shown in the example below.
Sample Response:
{
"data": {
"file_link": "<String>", // required
}
}
Here the file_link property should contain the URL of a .mp3 / .wav / .ogg file. You have to ensure that the file is hosted on a public domain and there is no restriction to access this file.
NOTE:
Please ensure, that this file is NOT hosted on google drive or any similar cloud services.