How can I add subject and message on Open link - Email Link Type?

0
Hello, my system opens up default email application and insert a address as a button is clicked. I want to add subject and message as template so that the customer can edit and send it by themselves.
asked
2 answers
2

Hi,

You can try this,  mailto:someone@yoursite.com?cc=someoneelse@theirsite.com,%20another@thatsite.com,%20me@mysite.com&bcc=lastperson@theirsite.com&subject=Big%20News&body=Body-goes-here
 

Edit the parameters as you wish and add it in the button as link. 

answered
0

Hi ,

 

Use a non persitable entity with all the email attributes and show this data view when user want to send email. Once user enters, click on send call a microflow and inside create a required email object copy from non persistable. Override the subject and required fields. 

Hope this helps!

answered