Hi All,
I would like to save the email message sent using the SMTP activity template (of process builder) in the repository. How can I achieve the same using configurations only.
Thanks in advance.
if you want to store only subject, message and recipients, then create one object type and use DQL activity to create the object with these values.
If you want to save the email as .msg format, it might not be possible with configurations only..
May be, you can try to send the email to a specific mailbox and trigger a SMTP start activity to save the mail.
Julien is on the right track. You would need to send email to email inbox. You can then create a Email Inbound - Initiate to save the emails that are sent to that inbox into repository.
I hope there would be another easy way to do this. But for now this is the best option available.