Hi,
I have a flow that triggers on receiving an email with an attachment. I want to send that attachment along with a SMS. I'm using a Twilio connector that has a media URL parameter. The URL needs to be http(s) and can't required any authentication. Does anyone have experience sending documents in a SMS with Twilio? Do I need to copy the attachments to an unsecured web server to get this to work?
Solved! Go to Solution.
I am not sure if the SMS should be containing media files (as it then becomes an MMS) and not every carrier/ device would support that.
However, that you want to do it, you can set up an account in Azure storage and create a container and then create a blob with the attachment. Create a SAS uri (Power Automate action for Storage blobs) and then pass that to the media URL parameter.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
I am not sure if the SMS should be containing media files (as it then becomes an MMS) and not every carrier/ device would support that.
However, that you want to do it, you can set up an account in Azure storage and create a container and then create a blob with the attachment. Create a SAS uri (Power Automate action for Storage blobs) and then pass that to the media URL parameter.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
hi @Jeff_Schuler I'm agreee with @yashag2255 when I was testing twillio I tryed what you need and shure you can send the URL but just like text not media.
Proud to be a Flownaut!
Hey all!
Agreed but then any URL pointed to a file might not work which is why a publicly accessible URL to the file is needed which can be an Azure storage blob or github file url but not a SharePoint or a OneDrive file URL.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Jeff_Schuler ,
I agree with @yashag2255 and @ChristianAbata 's idea, I have made a test on my side and find the Twilio connector could only send the text message currently.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the information. I'm going to give this and try and let you know how it works.
Hi Alice,
Twilio can send media as well. I've proven it with a demo media URL they provided. Under advanced parameters for the SMS action, there is a media URL option.
Your suggestion to use Azure Blob Storage worked. Thanks for the help!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
42 | |
37 | |
36 | |
23 |
User | Count |
---|---|
44 | |
31 | |
29 | |
28 | |
28 |