Interface IFormSubmitAutomationEmailProvider
- Namespace
- CMS.OnlineForms
- Assembly
- CMS.OnlineForms.dll
Interface providing an email to be sent by an automation step when triggered by a form submit trigger.
public interface IFormSubmitAutomationEmailProvider- Extension Methods
Methods
GetEmail(BizFormInfo, BizFormItem, ContactInfo)
Prepares a customized email to be sent.
Task<AutomationEmail> GetEmail(BizFormInfo bizFormInfo, BizFormItem bizFormData, ContactInfo contactInfo)Parameters
- bizFormInfoBizFormInfo
- BizFormInfo delivered by the automation form submit trigger. 
- bizFormDataBizFormItem
- BizFormItem delivered by the automation form submit trigger. 
- contactInfoContactInfo
- The contact who submitted the form. 
Returns
- Task<AutomationEmail>
- Email.