Email Connector Module - How to send emails with templates?

0
I created a button on the "SNIP_EmailConnector_Overview" page, and I assigned it the "Sample_ACT_CreateEmailFromTemplateAndThenSend" microflow, and it gives me the following error message:     This is the microflow logic used:
asked
1 answers
1

Diego,

This message indicates that page you call this microflow from does not have an EmailTemplate object available to pass to the microflow.  To eliminate this error message, you could delete the EmailTemplate parameter and, as one of the first steps in your microflow, retrieve a single EmailTemplate object using some XPath constraint like the name of the template.  I often create a simple template for testing called 'Test Template' or something similar.

Hope that helps you take the next step,

Mike

answered