Is sending audio function working? #41
-
I have been trying to send an audio message but have been unable to do it: I tried like this: And also from postman like this: But it doesn't work in any way. I cloned the code and tried to send it from the example and it doesn't work neither from ID or URL. NOTE: I have sent a template first, and I have been able to send images and docs, it is just audio that doesn't work |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @fercom, yes the sending of the audio function works. I have sent using media Id by uploading an audio media to get the media Id. Note: for media URL the endpoint where you get the audio source must be public and returns the audio file metadata. It works well with cloud storage services and any endpoint URL that returns an audio file directly |
Beta Was this translation helpful? Give feedback.
Hi @fercom, yes the sending of the audio function works. I have sent using media Id by uploading an audio media to get the media Id.
Using media Id
Using media Url
Note: for media URL the endpoint where you get the audio source must be public and returns the audio file metadata. It works well with cloud storage services and any endpoint URL that returns an audio file directly