Play a sound from a URL
When creating a message through the API, can we specify a URL for the sound?
eg. https://domain.com/media/sound1.mp3
Either this, or can we upload sounds to our account through the API?
Use case examples:
1 • We then can use their own sound library
2 • We could then use a text to voice converter, save it as a mp3, then send the push notification. Resulting in reading the message out aloud.
3 • Clients could play whole songs as an alert using their own library
4.• Developers could dynamically merge a few short mp3 sounds into one mp3 before sending the message. Upon receiving the message we could identify it without reading it.
example: merged.mp3 = critical.mp3 + door_open.mp3 + temperature_low.mp3
Thank you!!