Posts

Showing posts with the label SendEmail

Salesforce Fact #732 | Show image in flow send email

Image
How to show image in the email sent from flow Send Email action? Here are the steps to follow: Upload the image in the Documents -> Select the checkbox 'Externally Available Image' -> Right click and open the image in a new tab and copy the url -> Use the same in the flow text template. Attached are the screenshots.

Salesforce Fact #593 | Custom SendEmail global action using LWC

We can create custom quick action in LWC for the SendEmail Global action and set subject, body etc. values. Reference: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.use_quick_actions_email Note: If namespace is enabled in the org, the apiName of the quickAction would be of the format 'Global.<namespace>__SendEmail', else it would be 'Global.SendEmail'.