Hi All!
I´m trying to send an audio file using the external integration API call on a web chatbot, however it´s is sending the url instead of the audio that can be played instantly.
Api call:
https://promptchat.com/api/integrations/send-message
{
"client_id":"{@client_id}",
"text":"text",
"attachment": {
"type": "2",
"mime": "1",
"url": "{@ai_answer}"
}
}
Could you help me to make it work?
Thanks