Skip to content

A lightning component that provides the ability to select email template and prepare a draft version of the email with merge field values. User can also compose the email on the go without selecting email template. Pre-populate the email composer with To,CC,Bcc,Subject.

License

Notifications You must be signed in to change notification settings

bobalicious/FlowEmailComposer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowEmailComposer

Flow Email Composer is a lightning component that provides the ability to select email template and prepare a draft version of the email with merge field values. User can also compose the email on the go without selecting email template.

Features

  • Pre-populate the email composer with To,CC,Bcc,Subject. The e-mail addresses should be comma separated.

  • Prepares a draft version of the email being sent based on selected e-mail template. The draft version is loaded with evaluated merge fields, adds attachments if any added to template. This feature requires to specify whatId.

  • Ability to upload attachments. Uploaded attachments will get saved to Files. If you specify whatId, the attachment gets linked to the record.

Setup Instructions

  1. Install the package.
  2. Open the lightning flow you wish to edit or create one.
  3. Drag and drop Screen Element to the canvas.
  4. Select the component, Flow Email Composer in the Screen Component search wizard.
  5. Specify the values for whatId, To, CC, Bcc, Subject. The body of email uses whatId to evaluate the merge fields in selected email template. You can also use flow variables to populate these attributes

About

A lightning component that provides the ability to select email template and prepare a draft version of the email with merge field values. User can also compose the email on the go without selecting email template. Pre-populate the email composer with To,CC,Bcc,Subject.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.4%
  • Apex 48.3%
  • CSS 0.3%