Audio
Last updated
Last updated
POST
https://api.qikchat.in/v1/messages
To send an audio, use the request URL and the following body parameters.
accepted formats: audio/aac, audio/mp4, audio/amr, audio/mpeg, audio/ogg; codecs=opus
Request Example
{
"to_contact": "+918080808080",
"type": "audio",
"audio": {
"link": "http(s)://the-url"
}
}
A successful response includes a data object with an ID for the message sent.
to_contact*
string
customer whatsapp number you want to send message
type*
string
audio
audio*
object
contains link field