Hi There i need some help please

(islam) #1

I am wondering if there is a way to send an audio file through the Messenger platform

I tried and did not know

(Nathan Stults) #2

Yes, you can send an audio file through Messenger. In Flow XO, you would need to use a Custom Request, and send the following JSON:

"attachment":{
    "type":"audio",
    "payload":{
      "url":"https://mydomain.com/files/someaudio.mp3"
    }
  }
}

As seen here:

1 Like