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
bizFormInfo
BizFormInfoBizFormInfo delivered by the automation form submit trigger.
bizFormData
BizFormItemBizFormItem delivered by the automation form submit trigger.
contactInfo
ContactInfoThe contact who submitted the form.
Returns
- Task<AutomationEmail>
Email.