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
bizFormInfoBizFormInfoBizFormInfo delivered by the automation form submit trigger.
bizFormDataBizFormItemBizFormItem delivered by the automation form submit trigger.
contactInfoContactInfoThe contact who submitted the form.
Returns
- Task<AutomationEmail>
Email.