cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - Sending Email

Former Member
0 Kudos

Hi all,

We are working on Android device and want to send email which includes data in out Agentry application. Which way we should follow to send datas from Agentry to email template? Is "Using OpenUI" the only way to send email on Agentry?

Best Regards,

Serkan Demir

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Serkan,

You should be able to just use and OpenURL action step and format the request into a mailto url request.

mailto:customer@email.com?subject=Information Requested&body=Here's more information.

--Bill