How to trigger UmbracoForms workflow programmatically
I'm trying to preview changes to a razor email template used in an Umbraco Forms 8.4.1 workflow, but I don't want to fill out the form and submit new entries after each change. I created an API Controller with a method to trigger the workflow that sends the email, but I'm not using the services correctly because it breaks.
This errors on ExecuteWorkflows() within the UmbracoForms assembly somewhere.
Appreciate any help on this one or other ideas on previewing emails.
Umbraco version 8.6.1
How to trigger UmbracoForms workflow programmatically
I'm trying to preview changes to a razor email template used in an Umbraco Forms 8.4.1 workflow, but I don't want to fill out the form and submit new entries after each change. I created an API Controller with a method to trigger the workflow that sends the email, but I'm not using the services correctly because it breaks.
This errors on ExecuteWorkflows() within the UmbracoForms assembly somewhere.
Appreciate any help on this one or other ideas on previewing emails. Umbraco version 8.6.1
is working on a reply...