To All,
I have created a custom email popup within a web map. It uses the 'mailto:' protocol to achieve this, similar to what is in this link: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/send-email-from-web-map-pop-ups/ . I have also been able to use some arcade functions as well to grab things such as local time, lat and long, and other information to populate the email. What I want to do is attach the photos in the popup, into the email that is generated. I know Arcade has an attachment function, but is used to get attachments counts and properties (size, etc.). Has anyone accomplished this feat yet?
Thanks,
Scott
I don't think this is possible in a single mailto url. The Attachments function will get you a collection of Attachments that will provide access to the name and ID of the attachment, but how will you attach the file to the email?
See also this blog: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/visualize-your-attachments-in-arcgis-online-with-arcade/
Xander,
I was hoping there was some way through arcade to maybe get the BLOB information from the attachment, and place it in the email with an alias, or as an attachment to the email.
I haven't seen this type of functionality before, but it would be nice.
Ok, I figured I would put it out there. Thanks for the quick response!
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.